Linked Providers
Get Linked Providers
Connect
- Webhooks
HealthAI
- Assessment
- EkaScribe
General Tools
- Medical Document Parsing
Doctor Tool
- Actors
- Instructions
- Patient Registration API
- Doctor and clinic API
- Appointment API
- Payments API
- Prescription API
- Notify
- Webhooks
ABDM Connect
- Create and Login
- User Session
- Patient Requests
- Consents
- Care Contexts
- Overview
- Linked Providers
- Linked Care Contexts
- Discover and Link
- Providers
- Profile
- Scan & Share
- Errors
Medical Knowledge-bases
- Overview
- Protocols
- Medications
Medical Records
- Create
- Read
- Update
- Delete
- Webhooks
User App
- Notifications
- Vital
- Webhooks
- Privacy
Release Notes
- ABDM Connect
Linked Providers
Get Linked Providers
GET
/
abdm
/
v1
/
care-contexts
/
providers
curl --request GET \
--url https://api.eka.care/abdm/v1/care-contexts/providers \
--header 'Authorization: Bearer <token>'
{
"providers": [
{
"hip_id": "<string>",
"hip_name": null
}
]
}
Authorizations
The API requires a Bearer token (JWT) for authentication.
curl --request GET \
--url https://api.eka.care/abdm/v1/care-contexts/providers \
--header 'Authorization: Bearer <token>'
{
"providers": [
{
"hip_id": "<string>",
"hip_name": null
}
]
}