cURL
curl --request POST \ --url https://api.eka.care/abdm/na/v1/registration/aadhaar/mobile/resend \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "txn_id": "<string>" }'
{ "hint": null, "txn_id": "<string>" }
This endpoint is used to resend the mobile otp for aadhaar registration process.
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?