---
title: "Get Route CallerID"
method: GET
path: "/route-caller-ids/{id}"
tags: ["Route Caller IDs (DID)"]
---

# Get Route CallerID

`GET /route-caller-ids/{id}`

### Get Route Caller IDs

This endpoint retrieves the details of a specific route caller ID.

#### Request Parameters

- `id` (path parameter) : The ID of the route caller ID. for all, just set `null`.

## Response `200`

successful operation

- object
  - `callerIds` object[]
    - `caller_id_name` string
    - `caller_id_number` string
    - `created_at` string
    - `id` string
    - `is_active` string

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
