GET
/
abdm
/
v1
/
registration
/
pincode
/
{pincode}
curl --request GET \
  --url https://api.eka.care/abdm/v1/registration/pincode/{pincode} \
  --header 'Authorization: Bearer <token>'
{
  "dist_code": "339",
  "dist_name": "Ranchi",
  "pincode": "834001",
  "state_code": "20",
  "state_name": "Jharkhand"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

pincode
string
required

Pincode to fetch its details.

Response

200
application/json
OK
dist_code
string

Unique code representing the district

dist_name
string

Name of the district

pincode
string

Postal code of the area

state_code
string

Unique code representing the state

state_name
string

Name of the state