Skip to main content

Get Account Details

Retrieve details about your connected WhatsApp Business Account.

GET/whatsapp/embedded-signup/

Headers

NameValue
AuthorizationBearer Access Token

Query Parameters

NameTypeRequiredDescription
phone_numberstringNoFilter by specific phone number with E.164 format (E.g, +15555555555)

Response

{
"success": true,
"data": {
"business_account_id": "<WhatsApp Business Account ID>",
"status": "<Account Status (VERIFIED/PENDING/REJECTED etc)>",
"org": "<Organization ID>",
"phone_numbers": [
{
"phone_number_id": "<WhatsApp Phone Number ID>",
"country_code": "<country code of the number registered with whatsapp>",
"phone_number": "<phone number without country code>",
"name": "<Business Name>"
}
]
}
}