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.
Eka User ID (OID)
Partner User ID
Partner HIP ID
Transaction ID received in the previous API response.
OK
Transaction ID required for the next API call.
Was this page helpful?