cURL
curl --request POST \ --url https://api.eka.care/abdm/uhi/v1/physical-consultation/order-status \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "order_id": "<string>", "provider_id": "<string>", "transaction_id": "<string>" }'
{ "order_id": "<string>", "provider_id": "<string>", "txn_id": "<string>" }
Check the status of a consultation booking.
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
OK
The response is of type object.
object
Was this page helpful?