---
title: "GET /abdm/uhi/v1/physical-consultation/booking/confirm"
method: GET
path: "/abdm/uhi/v1/physical-consultation/booking/confirm"
---

# GET /abdm/uhi/v1/physical-consultation/booking/confirm

`GET /abdm/uhi/v1/physical-consultation/booking/confirm`

Retrieve booking confirmation details, including the OTP that must be presented to the doctor before consultation.

## Query parameters

- `txn_id` string
- `provider_id` string — Unique Identifier of a Provider in the system.
- `order_id` string — Unique Identifier of any booking.

## Headers

- `X-Pt-Id` string
- `X-Partner-Pt-Id` string
- `X-Hip-Id` string

## Response `200`

OK

- ModelsGetConfirmResponse
  - `doctor_info` ModelsDoctorInfo
    - `education` string — Educational qualifications of the doctor
    - `experience` string — Years of experience of doctor.
    - `gender` string — Gender of the doctor (e.g., Male, Female, Other)
    - `id` string — Unique identifier of the doctor
    - `languages` string[] — Languages spoken by the doctor
    - `name` string — Full name of the doctor
  - `order_id` string — Unique identifier of the confirmed order or booking
  - `pin` string — PIN to start the confirmation
  - `slot` ModelsSlot
    - `end` string — End time of the slot.
    - `slot_id` string — Unique identifier for the slot
    - `start` string — Start time of the slot.
  - `state` string — Current Status of the appointment

## Other responses

- `4XX`
- `5XX`

---

[API](https://skmtc.net/eka/apis/eka-developer-apis.md) · [All operations](https://skmtc.net/eka/apis/eka-developer-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eka/eka-developer-apis/revisions/9ea23456f722/schema)
