WABA ID
GET https://graph.facebook.com/{{Version}}/{{Assigned-WABA-ID}}
Use this endpoint to get information about a specific WhatsApp Business Account (WABA).
Parameters
Name | Description |
---|---|
account_review_status | Used to fetch the WhatsApp Business Account review status. This field can have one of the following values: PENDING , APPROVED , and REJECTED . |
id | ID for this WABA. |
name | WABA's name. |
message_template_namespace | Namespace string for the message templates that belong to the WABA. |
currency | WABA's currency. |
on_behalf_of_business_info | Information about On Behalf Of relationships this account is part of. |
primary_funding_id | A WABA's payment method ID. |
purchase_order_number | Purchase order number supplied by the business. Used for payment management purposes. |
timezone_id | Timezone ID for this WABA. |
owner_business_info | Get the ID for the business that owns this WABA. Use this field to fetch a client's business ID. |
Examples
Under Example Request on the right-side panel, you can switch between examples of the following API calls: - Fetch a WABA’s Payment Method ID - Get WABA Review Status - Get WABA Information - Get WABA's Owner ID
RESPONSES
status: OK
"{ \n \"owner_business_info\": { \n \"name\": \"Client Business Name\", \n \"id\": \"1972385232742147\" \n }, \n}\n"