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
Name of the district
Postal code of the area
Unique code representing the state
Name of the state
Was this page helpful?