---
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 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.

## Response `200`

The request has succeeded.

- AvailablePhoneNumberResourcesResponse — Response containing a list of available phone number resources (countries).
  - `uri` string, required — The URI for the API call.
  - `countries` CountryResource[], required — List of available countries.
    - `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 — Always `false`. Included for Twilio API compatibility.
    - `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.

---

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