---
title: "POST /abdm/v1/profile/kyc/verify"
method: POST
path: "/abdm/v1/profile/kyc/verify"
---

# POST /abdm/v1/profile/kyc/verify

`POST /abdm/v1/profile/kyc/verify`

Verify OTP to complete KYC

## Query parameters

- `oid` string — OID is used to Identify the user.

## Headers

- `X-Pt-Id` string
- `X-Partner-Pt-Id` string
- `X-Hip-Id` string

## Request body

- KycVerifyKycOtpRequest
  - `otp` string, required — OTP received on the mobile number.
  - `txn_id` string, required — Transaction ID received in the previous API response.
  - `user_x_token` string — user authorization token

## Response `200`

OK

- KycVerifyKycOtpResponse
  - `txn_id` string

## Other responses

- `4XX`
- `5XX`

---

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