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

# List of AvailablePhoneNumber resources by country

`GET /Accounts/{AccountSid}/AvailablePhoneNumbers/{IsoCountry}`

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

#### Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: _Numbers_.

[Learn more about API scopes](/platform/dashboard/getting-started/your-signalwire-api-space#api-token-scopes).

## Path parameters

- `AccountSid` string, uuid, required
- `IsoCountry` string, required

## Response `200`

The request has succeeded.

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

## Other responses

- `400` — The request was invalid or cannot be processed. Check the error details for more information.
- `401` — Authentication failed. Please verify your credentials and try again.

## Changes

- **2026-01-20** `dce1bcef69f0` — 1 info
  - added the non-success response with the status `400`
- **2026-01-19** `d5fbaaddfa3e` — 7 info
  - the response property `beta` became required for the status `200`
  - the response property `country` became required for the status `200`
  - the response property `country_code` became required for the status `200`
  - the response property `subresource_uris` became required for the status `200`
  - …3 more
- **2026-01-15** `518ffc8751b7` — 1 warning, 4 info
  - removed the optional property `countries` from the response with the `200` status
  - added the optional property `beta` to the response with the `200` status
  - added the optional property `country` to the response with the `200` status
  - added the optional property `country_code` to the response with the `200` status
  - …1 more
- **2026-01-15** `3c88f14db21e` — 2 breaking, 4 warning, 2 info
  - added the new path request parameter `AccountSid`
  - added the new path request parameter `IsoCountry`
  - removed the optional property `beta` from the response with the `200` status
  - removed the optional property `country` from the response with the `200` status
  - …4 more

[Change history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/AvailablePhoneNumbers/:IsoCountry/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/8891278c1908/schema)
