WhatsApp Numbers

List WhatsApp numbers

Lists the WhatsApp numbers connected to the project. These numbers act as WhatsApp senders and can route inbound communication to SignalWire resources. Prefix a number with whatsapp: when sending messages. Standard SMS and MMS long codes use the Phone Numbers API.

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/numbers

Response

The request has succeeded.

Example response

{
  "data": [
    {
      "business_phone_number_id": "102290129340398",
      "phone_number": "whatsapp:+15557654321",
      "business_name": "Acme, Inc.",
      "waba_id": "109876543210987",
      "created_at": "2024-01-15T10:30:00Z",
      "updated_at": "2024-01-15T10:30:00Z"
    }
  ]
}

Changes

Changed in 5 of the 137 revisions of this API.23

Of the 137 revisions, 3 have a changelog that could not be searched.