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