Body
application/json
new whatsapp business account info
The body is of type object
.
Response
whatsapp business account object
The response is of type object
.
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
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
}
new whatsapp business account info
The body is of type object
.
whatsapp business account object
The response is of type object
.
Was this page helpful?