cURL
curl --request POST \ --url https://api.eka.care/abdm/uhi/v1/physical-consultation/booking/confirm \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "provider_id": "<string>", "transaction_id": "<string>" } '
{ "order_id": "<string>", "provider_id": "<string>", "txn_id": "<string>" }
Confirm a physical consultation booking.
The API requires a Bearer token (JWT) for authentication.
Eka User ID (OID)
Partner User ID
Partner HIP ID
Unique identifier of the healthcare provider or hospital
Unique transaction identifier for confirming the appointment
OK
Unique booking/order ID
Provider ID for the next API call
Unique transaction ID for the next API call
Was this page helpful?