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
whatsapp business account object
Verified
Pending
Rejected
UnVerified
Was this page helpful?