---
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 the available-number search directories for one ISO country, grouped by number type such as Local or Toll-Free. This operation describes search routes; use [Search local available phone numbers](/docs/compatibility-api/rest/available-phone-numbers/search-local-available-phone-numbers) or the toll-free search to return actual inventory.

#### 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](/docs/platform/your-signalwire-api-space).

## Path parameters

- `AccountSid` string, uuid, required — Universal Unique Identifier.
- `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-05-12** `5344c0c93a4c` — 4 info
  - added 'unevaluatedProperties' constraint to the response body for the status `200`
  - added 'unevaluatedProperties' constraint to the response body for the status `400`
  - added 'unevaluatedProperties' constraint to the response body for the status `401`
  - added 'unevaluatedProperties' constraint to the `subresource_uris/allOf[#/components/schemas/CountrySubresourceUris]/` response property for the status `200`
- **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
- …earlier changes not shown

[Full 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/723316346320/schema)
