POST
/
abdm
/
v1
/
profile
/
kyc
/
verify
curl --request POST \
  --url https://api.eka.care/abdm/v1/profile/kyc/verify \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "otp": "<string>",
  "txn_id": "<string>",
  "user_x_token": "<string>"
}'
{
  "txn_id": "<string>"
}

Authorizations

Authorization
string
header
required

The API requires a Bearer token (JWT) for authentication.

Body

application/json
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
application/json
OK
txn_id
string