Verified Caller ID

List verified caller IDs

Lists external phone numbers your SignalWire project has submitted for outbound caller-ID verification. Verified Caller IDs let calls present a number the project does not own; project-owned numbers are managed through Phone Numbers and do not need this verification flow. Results are sorted by creation date, most recent first.

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"
    }
  ]
}

Changes

No changes found, but 3 of the 138 revisions have a changelog that could not be searched — this endpoint may have changed in one of them.