Skip to main content
POST
/
organization
/
whatsappBusinessAccount
cURL
curl --request POST \
  --url https://api.wapikit.com/api/organization/whatsappBusinessAccount \
  --header 'Content-Type: application/json' \
  --data '{
  "businessAccountId": "<string>",
  "code": "<string>",
  "phoneNumberId": "<string>"
}'
{
  "businessAccountId": "<string>",
  "phoneNumberId": "<string>",
  "accessToken": "<string>",
  "webhookSecret": "<string>",
  "verificationStatus": "Verified",
  "isPhoneNumberRegisteredToCloudApi": true
}

Body

application/json

new whatsapp business account info

businessAccountId
string
required
code
string
required
phoneNumberId
string
required

Response

whatsapp business account object

businessAccountId
string
required
phoneNumberId
string
required
verificationStatus
enum<string>
required
Available options:
Verified,
Pending,
Rejected,
UnVerified
isPhoneNumberRegisteredToCloudApi
boolean
required
accessToken
string
webhookSecret
string