cURL
curl --request POST \ --url https://api.eka.care/abdm/v1/profile/scan-and-pay/open-order \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "counter_id": "<string>", "hip_id": "<string>" }'
{ "request_id": "<string>", "status": "REQUESTED_OPEN_ORDER" }
Share patient profile to get open orders.
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?