Get Route Caller IDs

Returns all route caller IDs available in your account.

When to use. List the caller IDs you can assign to outbound routes. To fetch a single record by its ID, use GET /route-caller-ids/{id}.

Parameters. Filter, order, limit and select fields by any response field.

Returns. An envelope with the matching records:

{
  "callerIds": [
    {
      "id": 9,
      "caller_id_name": "sales",
      "caller_id_number": "9799999999999",
      "created_at": "2023-01-01 00:00:00",
      "is_active": 1
    }
  ]
}

Example. GET /api/route-caller-ids

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Responses

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json