---
title: "Confirm OTP"
method: POST
path: "/verification/confirm"
---

# Confirm OTP

`POST /verification/confirm`

API to confirm Verification OTP

## Request body

- object
  - `verification_reference` string, required — The unique reference that was returned as response when the OTP was created
  - `verification_code` string, required — The OTP that was sent to the customer.

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `channel` string
    - `token` string
    - `token_type` string
    - `token_length` integer
    - `token_duration` string
    - `status` string
    - `phone` string
    - `email` string
    - `reference` string
    - `created_at` string
    - `updated_at` string
  - `errors` unknown
  - `message` string
  - `status` string

## Other responses

- `400` — 400
- `401` — 401

---

[API](https://skmtc.dev/sendchamp/apis/send-sms.md) · [All operations](https://skmtc.dev/sendchamp/apis/send-sms/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sendchamp/send-sms/revisions/399d08f054ce/schema)
