---
title: "Create Route CallerID"
method: POST
path: "/route-caller-ids"
tags: ["Route Caller IDs (DID)"]
---

# Create Route CallerID

`POST /route-caller-ids`

### Add Route Caller ID

This endpoint allows you to add a new caller ID for routing purposes.

#### Request Body

- `caller_id_name` (string, optional): The name of the caller ID.
    
- `caller_id_number` (string, optional): The number of the caller ID.
    
- `is_active` (string, optional): Indicates if the caller ID is active.
    

#### Response

The response will contain the status of the request to add the caller ID.

## Request body

- object
  - `caller_id_name` string
  - `caller_id_number` string
  - `created_at` string
  - `id` string
  - `is_active` string

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