GET
/
abdm
/
uhi
/
v1
/
physical-consultation
/
init
cURL
curl --request GET \
  --url https://api.eka.care/abdm/uhi/v1/physical-consultation/init \
  --header 'Authorization: Bearer <token>'
{
  "billing": {
    "address": "<string>",
    "email": "<string>",
    "name": "<string>",
    "phone": "<string>"
  },
  "consultation": {
    "end_time": "<string>",
    "slot_id": "<string>",
    "start_time": "<string>",
    "type": "<string>"
  },
  "doctor": {
    "doctor_gender": "<string>",
    "doctor_image": "<string>",
    "id": "<string>",
    "name": "<string>",
    "tags": [
      "<string>"
    ]
  },
  "facility_id": "<string>",
  "order_id": "<string>",
  "patient": {
    "dob": "<string>",
    "gender": "<string>",
    "id": "<string>"
  },
  "payment": {
    "status": "<string>",
    "type": "<string>"
  },
  "quote": {
    "breakup": [
      {
        "title": "<string>",
        "value": "<string>"
      }
    ],
    "total": "<string>"
  },
  "terms": [
    {
      "long_desc": "<string>",
      "short_desc": "<string>",
      "terms_state": "<string>",
      "type": "<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

200
application/json

OK

The response is of type object.