WhatsApp Profile API

This API allows to create & update WhatsApp Business Profile

WhatsApp Profile API

POST https://pickyassist.com/app/api/v2/update-profile

This API allows you to Create & Update WhatsApp Business Profile

Request Body

NameTypeDescription

token

string

Your API Token

about

string

Brief of your business , maximum 139 characters are allowed including emoji's

address

string

Address of your business , maximum 256 characters are allowed

description

string

Describe your nature of business, maximum 256 Characters are allowed

email

string

Email Address, maximum 250 characters are allowed

industry

number

Select the Industry your business is categorised 1 => Automotive 2 => Beauty, Spa and Salon 3 => Clothing and Apparel 4 => Education 5 => Entertainment 6 => Event Planning and Service 7 => Finance and Banking 8 => Food and Grocery 9 => Public Service 10=> Hotel and Lodging 11=> Medical and Health 12=> Non-profit 13=> Professional Services 14=> Shopping and Retail 15=> Travel and Transportation 16=> Restaurant 17=> Other

websites

array

This is an array in which you can pass upto 2 Websites

profile_pic

string

Pass the Link of the picture be updated as profile picture File Size - 5 MB Recommended dimension : 640x640 File Type - .jpeg,png,jpg

{ 
   "status":100,
   "message":"Success"
}

Sample Request - Profile Update

{ 
   "token":"782a357a2c871f54b83fd1a017f05eb6794",
   "about":"about me",
   "address":"test address",
   "description":"picky description",
   "email":"support@pickyassist.com",
   "industry":13,
   "websites":[ 
      "https://pickyassist.com"
   ],
   "profile_pic":"https://images.pexels.com/photos/160731/smilies-bank-sit-rest-160731.jpeg"
}

Sample Response

{ 
   "status":100,
   "message":"Success"
}

Error Code Status

Error Code

Description

819

The Maximum Length Of About Exceeds

820

The Maximum Length Of Address Exceeds

821

The Maximum Length Of Description Exceeds

822

The Maximum Length Of Email Exceeds

823

Invalid Email Address

824

Maximum 2 Websites Allowed

825

Invalid Industry

826

Invalid Website

827

The Maximum Length Of Website Exceeds

828

The Image Size Should Not Exceed 5MB

830

The Image Is Too Small

831

Unable To Upload Profile Photo

Last updated