---
title: "List of AvailablePhoneNumber resources"
method: GET
path: "/Accounts/{AccountSid}/AvailablePhoneNumbers"
tags: ["Available Phone Numbers"]
---

# List of AvailablePhoneNumber resources

`GET /Accounts/{AccountSid}/AvailablePhoneNumbers`

Returns a list of URIs to phone number resources available to the account, categorized by type (Local, Toll-Free, Mobile, etc) and ISO country.

#### Permissions
The API token must include the following scopes: _Numbers_.

## Path parameters

- `AccountSid` string, uuid, required

## Response `200`

The request has succeeded.

- AvailablePhoneNumberResourcesResponse — Response containing a list of available phone number resources.
  - `uri` string — The URI for the API call.
  - `countries` CountryResource — Country resource for available phone numbers.
    - `beta` boolean — New numbers on SignalWire are marked as `beta`.
    - `country` string — The country the number is from.
    - `country_code` string — The ISO country code of the number.
    - `subresource_uris` CountrySubresourceUris — Country subresource URIs.
      - `local` string — The URI for local numbers.
      - `toll_free` string — The URI for toll-free numbers.
    - `uri` string — The URI for the API call.

## Other responses

- `401` — 401 Unauthorized response.

## Changes

- **2026-01-15** `3c88f14db21e` — 2 breaking, 5 warning, 2 info
  - added the new path request parameter `AccountSid`
  - the `countries` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `countries/beta` from the response with the `200` status
  - removed the optional property `countries/country` from the response with the `200` status
  - …5 more

[Change history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/AvailablePhoneNumbers/get.md)

---

[API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [All operations](https://skmtc.dev/signalwire/apis/compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/signalwire/compatibility-api/revisions/686ef84c2abc/schema)
