---
title: "List phone numbers"
method: GET
path: "/whatsapp/phone_numbers"
tags: ["Phone Numbers"]
---

# List phone numbers

`GET /whatsapp/phone_numbers`

Get WhatsApp numbers in your project, most recent first.

## Query parameters

- `phone_number_id` string
- `business_account_id` string
- `customer_id` string, uuid
- `messaging_enabled` boolean
- `name_contains` string
- `created_after` string, date-time
- `created_before` string, date-time
- `per_page` integer
- `page` integer

## Response `200`

Success

- WhatsappPhoneNumberListResponse
  - `data` WhatsappPhoneNumber[], required
    - `id` string, required — Meta phone number ID
    - `internal_id` string, uuid, required — Kapso configuration ID
    - `phone_number_id` string, required — Meta phone number ID
    - `name` string, required — Label for this number
    - `business_account_id` string, nullable — WhatsApp Business Account ID
    - `is_coexistence` boolean, nullable — Using with WhatsApp Business App
    - `inbound_processing_enabled` boolean — Process incoming messages
    - `calls_enabled` boolean — Handle voice calls
    - `webhook_verified_at` string, date-time, nullable — When Meta confirmed webhook
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `customer_id` string, uuid, nullable
    - `display_name` string, nullable — Customer-facing display name
    - `display_phone_number` string, nullable — Formatted number from Meta
    - `display_phone_number_normalized` string, nullable — Digits only
    - `verified_name` string, nullable — Meta-verified business name
    - `quality_rating` string, nullable — GREEN, YELLOW, or RED
    - `code_verification_status` string, nullable
    - `name_status` string, nullable — Display name review status
    - `status` string, nullable — Connection status (e.g., CONNECTED)
    - `throughput_tier` string, nullable — Message rate limit tier
    - `whatsapp_business_manager_messaging_limit` union
      - integer
      - string
    - `is_official_business_account` boolean, nullable — Green checkmark verified
    - `is_pin_enabled` boolean, nullable — Two-factor PIN enabled
  - `meta` PaginationMeta, required
    - `page` integer, required
    - `per_page` integer, required
    - `total_pages` integer, required
    - `total_count` integer, required

## Other responses

- `401` — Missing or invalid API key

---

[API](https://skmtc.net/kapso/apis/kapso-platform-api.md) · [All operations](https://skmtc.net/kapso/apis/kapso-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kapso/kapso-platform-api/revisions/18ff5548a33f/schema)
