Skip to main content

List all Verified Caller IDs

GET 

/verified_caller_ids

Returns a list of your Verified Caller IDs. The caller IDs are returned sorted by creation date, with the most recent caller IDs appearing first. The list is filterable by sending in any of the following parameters.

Permissions

The API token must include the following scopes: Voice.

Request

Query Parameters

    filter_name string

    String representing the name assigned to the caller ID. Will return all Verified Caller IDs containing this value as a substring.

    filter_number string

    String representing the number assigned to the caller ID. Will return all Verified Caller IDs containing this value as a substring.

Responses

OK

Schema

    links

    object

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