---
title: "List offerable number countries"
method: GET
path: "/v1/whatsapp/phone-numbers/countries"
tags: ["WhatsApp Phone Numbers"]
deprecated: true
---

# List offerable number countries

`GET /v1/whatsapp/phone-numbers/countries`

> **Deprecated.**

Deprecated alias of `/v1/phone-numbers/countries`; same contract. New
integrations should use that path.

The WhatsApp number countries available to purchase, each with its flat
monthly price (cents), regulatory tier, whether it needs end-user KYC
(Tier 3/4), and whether outbound calling is available (not BIC-blocked).
Drives the country picker. Tier-4 countries appear only when enabled.

## Response `200`

Offerable countries, cheapest first.

- object
  - `countries` object[]
    - `code` string — ISO 3166-1 alpha-2
    - `tier` 1 | 2 | 3 | 4
    - `monthlyCents` integer
    - `needsKyc` boolean
    - `outboundCallingAvailable` boolean

## Other responses

- `401` — Unauthorized

---

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