cURL
curl --request GET \ --url https://api.eka.care/abdm/v1/registration/pincode/{pincode} \ --header 'Authorization: Bearer <token>'
{ "dist_code": "<string>", "dist_name": "<string>", "pincode": "<string>", "state_code": "<string>", "state_name": "<string>" }
This API endpoint is used to fetch pincode details.
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
Pincode to fetch its details.
OK
Unique code representing the district
"339"
Name of the district
"Ranchi"
Postal code of the area
"834001"
Unique code representing the state
"20"
Name of the state
"Jharkhand"
Was this page helpful?