GET
/
abdm
/
uhi
/
v1
/
physical-consultation
/
booking
/
confirm
cURL
curl --request GET \
  --url https://api.eka.care/abdm/uhi/v1/physical-consultation/booking/confirm \
  --header 'Authorization: Bearer <token>'
{
  "doctor_info": {
    "education": "<string>",
    "experience": "<string>",
    "gender": "<string>",
    "id": "<string>",
    "languages": [
      "<string>"
    ],
    "name": "<string>"
  },
  "order_id": "<string>",
  "pin": "<string>",
  "slot": {
    "end": "<string>",
    "slot_id": "<string>",
    "start": "<string>"
  },
  "state": "<string>"
}

Authorizations

Authorization
string
header
required

The API requires a Bearer token (JWT) for authentication.

Headers

X-Pt-Id
string

Eka User ID (OID)

X-Partner-Pt-Id
string

Partner User ID

X-Hip-Id
string

Partner HIP ID

Query Parameters

txn_id
string
provider_id
string

Unique Identifier of a Provider in the system.

order_id
string

Unique Identifier of any booking.

Response

OK

doctor_info
object

Detailed information about the doctor associated with the confirmed appointment

order_id
string

Unique identifier of the confirmed order or booking

pin
string

PIN to start the confirmation

slot
object

Details of the confirmed slot including start and end time

state
string

Current Status of the appointment