cURL
curl --request POST \ --url https://api.eka.care/abdm/v1/hip/patient/profile/on-share \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "abha_address": "<string>", "error": { "code": 123, "message": "<string>" }, "hip_code": "<string>", "request_id": "<string>", "token": { "expires_at": 123, "token_number": "<string>" } }'
This response does not have an example.
This API receives the Token Generated by the facility.
The API requires a Bearer token (JWT) for authentication.
Partner user ID
Partner HIP ID
Accepted
Was this page helpful?