Get Profile
Get Profile allows you to see all the settings within your WhatsApp account.
More Remarks
You can not set or get the name of the WhatsApp account (the name that appears on the WhatsApp profile) for this, you need to contact support.
Settings:
URL | |
Method | JSON via POST |
Body:
Parameter | Description / Example |
|---|---|
apiKey | Your API key for the service |
from | your WhatsApp account. international number without +. for example: 972771234567 |
Response:
{
"status": "OK",
"from": "Your WhatsApp Number",
"displayName": "WhatsApp Display Name",
"address": "business address",
"description": "business description and the things we do",
"email": "company email address",
"type": 13,
"website": "https://www.google.com",
"about": "Hey there! I am using WhatsApp.",
"conversations": 180,
"dailyLimit": 1000,
"profilePic": "https://api.99digital.co.il/whatsapp/v2/myfile/972733911118/1649789926IWbfAB5MOz.jpg",
"isVerifiedBusiness": 1
"reason": 1
}
Response-Explain:
Parameter | Description | ||||||
|---|---|---|---|---|---|---|---|
status | OK or FAIL | ||||||
from | your WhatsApp number | ||||||
displayName | WhatsApp display name that users see | ||||||
address | business address | ||||||
description | business description | ||||||
company email address | |||||||
type | business type number: 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 / Government 10 - Hotel and Lodging 11 - Medical and Health 12 - Non-profit Organization 13 - Professional Services 14 - Shopping and Retail 15 - Travel and Transportation 16 - Restaurant 17 - Other | ||||||
website | website address (URL) | ||||||
about | The 'about' info from the WhatsApp profile | ||||||
conversations | Total count of all conversations for the current month. the number of conversations resets on the first day of every month at 4am Israel time. | ||||||
dailyLimit | The daily limit for new conversations in a rolling of 24 hours | ||||||
profilePic | WhatsApp profile picture | ||||||
isVerifiedBusiness | Shows if the business manager (from Meta) that managed this WhatsApp account is verified or not. values: 0 - Business status is unknown 1 - The business is verified 2 - The business is not verified 3 - More information is needed to verify the business 4 - Business is under review | ||||||
reason | 'reason' is the status explanation in case of FAIL
|