Onboard facility
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>" }
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
OK
The response is of type object.
object
Was this page helpful?