Skip to main content

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.

Request

Path Parameters

    AccountSid uuidrequired

    The Project ID that uniquely identifies the Account to retrieve.

Responses

OK

Schema

    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.

Loading...