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

# List numbers

`GET /api/v1/whatsapp-numbers`

List the WhatsApp numbers connected to your organization. Use them when creating templates.

## Response `200`

Success

- object
  - `data` object[], required
    - `phoneNumber` string, required — E.164 format, e.g. +5215512345678.
    - `displayName` string, required
    - `status` string, required — ONLINE means ready to send and receive messages.
  - `next_cursor` unknown, required

## Other responses

- `400` — Validation failed or the request cannot proceed.
- `401` — Missing, malformed, or revoked API key.
- `404` — The resource does not exist in this organization.
- `409` — Conflicts with the current state (duplicates, wrong lifecycle state).
- `422` — The request is well-formed but semantically invalid.
- `429` — Rate limit exceeded — retry after `Retry-After`.
- `500` — Internal server error.
- `503` — Transient error — retry with a narrower request.

---

[API](https://skmtc.net/useboom/apis/boom-api.md) · [All operations](https://skmtc.net/useboom/apis/boom-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/useboom/boom-api/versions/00f873e07076/schema)
