WhatsApp Businesses
List WhatsApp Business Accounts
Returns the WhatsApp Business Accounts (WABAs) connected to your SignalWire Space. Each account can have its own set of phone numbers and message templates. Use a whatsapp_business_id from this list when creating or filtering message templates.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Numbers.
Learn more about API scopes.
get/api/messaging/whatsapp/businesses
Response
The request has succeeded.
Example response
{
"data": [
{
"business_name": "Acme, Inc.",
"business_portfolio_id": "1234567890",
"waba_id": "109876543210987",
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-15T10:30:00Z"
}
]
}