---
title: "Verify OTP"
method: POST
path: "/abdm/na/v1/registration/mobile/verify"
---

# Verify OTP

`POST /abdm/na/v1/registration/mobile/verify`

This endpoint allows  to verify a mobile otp.

## Headers

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

## Request body

- VerifyRequestType3
  - `otp` string, required — OTP received on the mobile number
  - `txn_id` string, required — Transaction ID received in the previous API response.

## Response `200`

OK

- VerifyResponseType3
  - `abha_profiles` VerifyAbhaProfile[] — ABHA profiles, will be present if user has created ABHA.
    - `abha_address` string
    - `kyc_verified` string
    - `name` string
  - `eka` RegistrationEkaIds
    - `min_token` string — Minimum token required for authentication
    - `oid` unknown
    - `uuid` unknown
  - `skip_state` 'abha_end' | 'confirm_mobile_otp' | 'abha_select' | 'abha_create'
  - `txn_id` string — Transaction ID required for the next API call.

## 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/revisions/9ea23456f722/schema)
