cURL
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>" }
Verify OTP to complete KYC
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
OID is used to Identify the user. OID is used to Identify the user.
OTP received on the mobile number.
Transaction ID received in the previous API response.
user authorization token
OK
Was this page helpful?