---
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 US ISO country, 
categorized by type (Local, Toll-Free, Mobile, etc).

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

## Response `200`

OK

- object
  - `uri` string — The URI for the API call.
  - `beta` boolean — New numbers on SignalWire are marked as `beta`. Possible values are `true` or `false`.
  - `country` string — The country the number is from.
  - `country_code` string — The ISO country code of the number.
  - `subresource_uris` object
    - `local` string — The URI of the subresource
    - `toll_free` string — The URI of the subresource

---

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