cURL
curl --request GET \ --url https://api.eka.care/abdm/v1/provider/{hip_id} \ --header 'Authorization: Bearer <token>'
{ "city": null, "hip_id": "<string>", "hip_name": null, "state": null }
Fetches the Providers based on the HIP ID.
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
Identifier for the Health Information Provider (HIP).
OID is used to Identify the user.
OK
The response is of type object.
object
Was this page helpful?