Skip to main content

List all Phone Numbers

GET 

/phone_numbers

Returns a list of your Phone Numbers. The phone numbers are returned sorted by creation date, with the most recent phone numbers appearing first. The list is filterable by sending in any of the following parameters.

Permissions

The API token must include the following scopes: Numbers.

Request

Query Parameters

    filter_name string

    The name given to the phone number. Will return all Phone Numbers containing this value as a substring.

    filter_number string

    The phone number in E164 format. Will return all Phone Numbers containing this value as a substring.

Responses

OK

Schema

    links

    object

    self string
    first string
    next string
    prev string
    data object[]
Loading...