v77

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-08-012528701.8 MB
Verified Caller ID

List 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 used to authenticate must have the following scope(s) enabled to make a successful request: Voice.

Learn more about API scopes.

get/api/relay/rest/verified_caller_ids

Query parameters

filter_namestring

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

filter_numberstring

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

Response

The request has succeeded.

Example response

{
  "data": [
    {
      "type": "verified_caller_id",
      "number": "+15551234567",
      "name": "C-3P0",
      "extension": "1234",
      "status": "Awaiting Verification"
    }
  ]
}