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 }
updates whatsapp business account details for a organization
new whatsapp business account info
The body is of type object.
object
whatsapp business account object
The response is of type object.
Was this page helpful?