cURL
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" }
This API endpoint is used to fetch pincode details.
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
Pincode to fetch its details.
OK
The response is of type object.
object
Was this page helpful?