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

NameDescription
account_review_statusUsed to fetch the WhatsApp Business Account review status. This field can have one of the following values: PENDING, APPROVED, and REJECTED.
idID for this WABA.
nameWABA's name.
message_template_namespaceNamespace string for the message templates that belong to the WABA.
currencyWABA's currency.
on_behalf_of_business_infoInformation about On Behalf Of relationships this account is part of.
primary_funding_idA WABA's payment method ID.
purchase_order_numberPurchase order number supplied by the business. Used for payment management purposes.
timezone_idTimezone ID for this WABA.
owner_business_infoGet 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"