Body
codestringRequired
The authorization code to exchange for an access token.
whatsapp_business_account_idstringRequired
The WhatsApp Business Account ID.
Responses
200
Onboarding successful
application/json
400
Bad request due to missing required parameters or failed operations
application/json
post
/api/whatsapp/onboardPath parameters
phoneNumberIDstringRequiredExample:
The ID of the phone number associated with the WhatsApp business profile.
108427225641466Responses
200
Successful response with business profile
application/json
400
Failed to fetch business profile
application/json
get
/api/whatsapp/whatsapp-business-profile/{phoneNumberID}Path parameters
whatsapp_business_account_idstringRequiredExample:
The ID of the WhatsApp business account.
109346662215398Responses
200
Successful response with phone numbers
application/json
400
Failed to fetch phone numbers
application/json
get
/api/whatsapp/whatsapp-phone-numbers/{whatsapp_business_account_id}Last updated