---
title: "Verify a caller id"
method: POST
path: "/me/callerids/{callerid}/verification-code"
tags: ["me"]
---

# Verify a caller id

`POST /me/callerids/{callerid}/verification-code`

With the verification code received from the Create caller id endpoint, a call to this endpoint is required to finish verification. For authentication use api credentials.

## Path parameters

- `callerid` string, required

## Request body

- CallerIdVerificationRequest — Request which is used to verify a new caller id number
  - `verificationCode` string — The code used to verify a caller id number

## Response `200`

successful operation

- boolean

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/callfire/apis/callfire-api-documentation.md) · [All operations](https://skmtc.net/callfire/apis/callfire-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/callfire/callfire-api-documentation/versions/9f6fb501bc03/schema)
