---
title: "Search available numbers"
method: GET
path: "/v1/whatsapp/phone-numbers/available"
tags: ["WhatsApp Phone Numbers"]
deprecated: true
---

# Search available numbers

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

> **Deprecated.**

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

Search the provider's inventory for numbers available to purchase in a
country (default US). Optional filters narrow the results. The country
must be offerable (see GET /v1/whatsapp/phone-numbers/countries).

## Query parameters

- `country` string
- `type` string
- `prefix` string
- `locality` string
- `contains` string
- `limit` integer

## Response `200`

Available numbers.

- object
  - `country` string
  - `numberType` string
  - `numbers` object[]
    - `phoneNumber` string

## Other responses

- `400` — Country not available
- `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/revisions/51932b099b2f/schema)
