cURL
curl --request POST \ --url https://api.eka.care/abdm/na/v1/registration/mobile/verify \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "otp": "<string>", "txn_id": "<string>" }'
{ "abha_profiles": [ { "abha_address": "<string>", "kyc_verified": "<string>", "name": "<string>" } ], "eka": { "min_token": "<string>", "oid": null, "uuid": null }, "skip_state": "abha_end", "txn_id": "<string>" }
This endpoint allows to verify a mobile otp.
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
OK
The response is of type object.
object
Was this page helpful?