---
title: "Get all dynamic caller ids"
method: GET
path: "/did"
tags: ["Dynamic Caller IDs (DID)"]
---

# Get all dynamic caller ids

`GET /did`

The Get all dynamic caller ids API request enables you to get the whole list of caller ids in the dialer.

## Response `200`

Successful operation

- object
  - `dynamicCallerIds` object[]
    - `caller_id_name` string
    - `caller_id_number` string
    - `campaign_id` string
    - `created_at` string
    - `id` number
    - `is_active` string
    - `is_blocked` string
    - `parent_id` unknown
    - `prefixes` object[]
      - `dynamic_caller_id_id` string
      - `id` number
      - `prefix` string
    - `used_by_sms` string

## Other responses

- `404` — Error

---

[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)
