---
title: "List available numbers"
method: GET
path: "/available_numbers"
tags: ["Number"]
---

# List available numbers

`GET /available_numbers`

Get available phone numbers for the specified country or virtual numbers.

## Query parameters

- `page_size` integer
- `country_code` string
- `type` 'normal' | 'virtual' — The type of the number.

## Response `200`

A list of available phone numbers.

- object
  - `result` NumberManagerAvailableNumber[]
    - `number` string — The available phone number in E.164 format.
    - `country` string — The country where the number is available.
    - `region` string — The region within the country.
    - `postal_code` string — The postal code associated with the number.
    - `features` NumberManagerAvailableNumberFeature[] — The list of features supported by the number.

## Other responses

- `400` — Invalid request (INVALID_ARGUMENT).
- `401` — Authentication required (UNAUTHENTICATED).
- `500` — Internal error (INTERNAL).

---

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