cURL
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>" } '
{ "hip_code": "<string>", "hip_id": "<string>", "hip_name": "<string>", "scan_share_url": "<string>" }
Onboard facility
Documentation IndexFetch the complete documentation index at: https://ekacare-mintlify-changelog-1776733918.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://ekacare-mintlify-changelog-1776733918.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The API requires a Bearer token (JWT) for authentication.
OK
Was this page helpful?