cURL
curl --request POST \ --url https://api.eka.care/abdm/v1/profile/kyc/init \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "identifier": "<string>", "method": "abha-number", "user_x_token": "<string>" }'
{ "txn_id": "<string>" }
Request otp to initialise the KYC flow
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
OID is used to Identify the user.
OK
The response is of type object.
object
Was this page helpful?