---
title: "List WhatsApp numbers"
method: GET
path: "/api/messaging/whatsapp/numbers"
tags: ["WhatsApp Numbers"]
---

# List WhatsApp numbers

`GET /api/messaging/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](/docs/platform/messaging/whatsapp/send-messages). Standard SMS and MMS long codes use the [Phone Numbers API](/docs/apis/rest/phone-numbers/list-phone-numbers).

#### 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](/docs/platform/your-signalwire-api-space).

## Response `200`

The request has succeeded.

- WhatsAppNumberListResponse — Response containing a list of WhatsApp numbers.
  - `data` WhatsAppNumber[], required — List of WhatsApp numbers available to the Space.
    - `id` string, uuid, required — Universal Unique Identifier.
    - `business_phone_number_id` string, required — The Meta phone number ID for this WhatsApp number.
    - `phone_number` string, required — The WhatsApp number, prefixed with `whatsapp:`. Use this value as the `from` address when sending messages.
    - `calling_handler_resource_id` string, uuid, required — Universal Unique Identifier.
    - `messaging_handler_resource_id` string, uuid, required — Universal Unique Identifier.
    - `business_name` string, nullable, required — The business name as registered with Meta.
    - `waba_id` string, required — The WhatsApp Business Account ID (WABA ID) assigned by Meta.
    - `whatsapp_business_id` string, uuid, required — Universal Unique Identifier.
    - `voice_enabled` boolean, required — Whether SIP calling is enabled for this number.
    - `voice_capable` boolean, required — Whether this number can place and receive calls — true when a calling handler is configured and voice is enabled.
    - `created_at` string, required — The date and time when the record was created.
    - `updated_at` string, required — The date and time when the record was last updated.

## Other responses

- `401` — Access is unauthorized.
- `500` — An internal server error occurred.

## Changes

> 137 revisions in range; 3 could not be searched.

- **2026-07-20** `14b262a4830d` — 1 info
  - endpoint added
- **2026-07-20** `6e5c9df70369` — 1 breaking
  - api path removed without deprecation
- **2026-07-16** `13da5e8c3990` — 1 info
  - endpoint added
- **2026-07-10** `0f65a5bc6e5c` — 1 breaking
  - api path removed without deprecation
- **2026-07-08** `a888562fa415` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/signalwire/apis/signalwire-rest-api/changes/api/messaging/whatsapp/numbers/get.md)

---

[API](https://skmtc.dev/signalwire/apis/signalwire-rest-api.md) · [All operations](https://skmtc.dev/signalwire/apis/signalwire-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/signalwire/signalwire-rest-api/revisions/792d5b8e2970/schema)
