Get Route Caller IDs

This endpoint makes an HTTP GET request to retrieve the caller IDs associated with a specific route. The request does not require a request body as it is a GET request. The response will include an array of caller IDs along with their associated details.

Response Body

The response will be in JSON format with a status code of 200. It will contain an array of caller IDs, where each caller ID object includes the following properties:

  • id (string): The unique identifier for the caller ID.
  • caller_id_name (string): The name associated with the caller ID.
  • caller_id_number (string): The phone number associated with the caller ID.
  • created_at (string): The timestamp indicating when the caller ID was created.
  • is_active (string): Indicates whether the caller ID is currently active.
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!