Skip to main content

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.

Request

Path Parameters

    AccountSid uuidrequired

    The Project ID that uniquely identifies the Account to retrieve.

    IsoCountry stringrequired

    The ISO country code of the number.

Responses

OK

Schema

    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

Loading...