v77

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-012528701.8 MB
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"
    }
  ]
}