POST
/
abdm
/
na
/
v1
/
registration
/
mobile
/
init
curl --request POST \
  --url https://api.eka.care/abdm/na/v1/registration/mobile/init \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "mobile_number": "<string>"
}'
{
  "hint": "OTP sent successfully to your mobile number ******90973",
  "txn_id": "5d060cad-a93b-4edf-p3ef-bd412f69s400"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
mobile_number
string
required

mobile number for the abha registration

Response

200
application/json
OK
hint
string | null

Hint message for the mobile number

txn_id
string

Transaction ID required for the next API call.