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
- Providers
- Onboarding
- Search
- 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
Onboarding
Onboard facility
Onboard facility
POST
/
abdm
/
v1
/
hip
/
onboard
Copy
Ask AI
curl --request POST \
--url https://api.eka.care/abdm/v1/hip/onboard \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"clinic_id": "<string>",
"hip_id": "<string>",
"name": "<string>"
}'
Copy
Ask AI
{
"hip_code": "<string>",
"hip_id": "<string>",
"hip_name": "<string>",
"scan_share_url": "<string>"
}
Authorizations
The API requires a Bearer token (JWT) for authentication.
Body
application/json
Response
200
application/json
OK
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://api.eka.care/abdm/v1/hip/onboard \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"clinic_id": "<string>",
"hip_id": "<string>",
"name": "<string>"
}'
Copy
Ask AI
{
"hip_code": "<string>",
"hip_id": "<string>",
"hip_name": "<string>",
"scan_share_url": "<string>"
}
Assistant
Responses are generated using AI and may contain mistakes.