POST
/
organization
/
whatsappBusinessAccount
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

The body is of type object.

Response

200
application/json

whatsapp business account object

The response is of type object.