---
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 — Price a NEW number in this country costs per month, in cents, for the default (first) type. 1.5x the carrier's monthly cost, rounded up to a whole dollar, minimum $3.
    - `needsKyc` boolean
    - `outboundCallingAvailable` boolean

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/zernio/apis/zernio-api.md) · [All operations](https://skmtc.dev/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc.dev/zernio/apis/zernio-api/revisions/eded32b62823?raw)
