POST
/
abdm
/
na
/
v1
/
registration
/
aadhaar
/
mobile
/
resend
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>"
}

Authorizations

Authorization
string
header
required

The API requires a Bearer token (JWT) for authentication.

Body

application/json
txn_id
string
required

Transaction ID received in the previous API response.

Response

200
application/json
OK
hint
string | null
txn_id
string

Transaction ID required for the next API call.