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

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

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

Fetch initiation response for a physical consultation, including terms and conditions, payment modes, and pricing details.

## 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

- ModelsAppointmentSummary
  - `billing` ModelsBilling
    - `address` string
    - `email` string
    - `name` string
    - `phone` string
  - `consultation` ModelsConsultation
    - `end_time` string
    - `slot_id` string
    - `start_time` string
    - `type` string
  - `doctor` ModelsDoctor
    - `doctor_gender` string
    - `doctor_image` string
    - `id` string
    - `name` string
    - `tags` string[]
  - `facility_id` string
  - `order_id` string
  - `patient` ModelsPatientType2
    - `dob` string
    - `gender` string
    - `id` string
  - `payment` ModelsPayment
    - `status` string
    - `type` string
  - `quote` ModelsQuote
    - `breakup` ModelsQuoteItem[]
      - `title` string
      - `value` string
    - `total` string
  - `terms` ModelsTermsSummary[]
    - `long_desc` string
    - `short_desc` string
    - `terms_state` string
    - `type` string

## 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/versions/9ea23456f722/schema)
