API Documentation
- API Overview
- Events
- Organization
- GETGet authapi keysregenerate
- GETGet organization
- POSTPost organization
- GETGet organization 1
- POSTPost organization 1
- GETGet organizationinsights
- GETGet rbacroles
- POSTPost rbacroles
- GETGet rbacroles 1
- POSTPost rbacroles 1
- DELDelete rbacroles
- GETGet organizationtags
- POSTPost organizationtags
- GETGet organizationinvites
- POSTPost organizationinvites
- GETGet organizationinvite
- POSTPost organizationinvite accept
- GETGet organizationmembers
- POSTPost organization transfer
- GETGet organizationtemplates
- GETGet organizationtemplates 1
- GETGet organizationphone numbers
- GETGet organizationphone numbers 1
- GETGet organizationcatalogs
- POSTPost organizationcatalogssync
- POSTPost organizationwhatsappbusinessaccount
- GET
- User
- Auth
- Organization Members
- Contacts
- Lists
- Campaigns
- Conversations
- Messages
- Integrations
- Analytics
- Knowledge Base
- System
Organization
Post organizationwhatsappbusinessaccount
updates whatsapp business account details for a organization
POST
/
organization
/
whatsappBusinessAccount
Copy
curl --request POST \
--url https://api.wapikit.com/api/organization/whatsappBusinessAccount \
--header 'Content-Type: application/json' \
--data '{
"businessAccountId": "<string>",
"code": "<string>",
"phoneNumberId": "<string>"
}'
Copy
{
"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
.
Was this page helpful?
Copy
curl --request POST \
--url https://api.wapikit.com/api/organization/whatsappBusinessAccount \
--header 'Content-Type: application/json' \
--data '{
"businessAccountId": "<string>",
"code": "<string>",
"phoneNumberId": "<string>"
}'
Copy
{
"businessAccountId": "<string>",
"phoneNumberId": "<string>",
"accessToken": "<string>",
"webhookSecret": "<string>",
"verificationStatus": "Verified",
"isPhoneNumberRegisteredToCloudApi": true
}
Assistant
Responses are generated using AI and may contain mistakes.