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

## Response `200`

OK

- object
  - `uri` string — The URI for the API call.
  - `countries` object
    - `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
    - `uri` string — The URI for the API call.

---

[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)
