Skip to main content
POST
cURL

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

Body

application/json
district_code
null | string

Search doctor by District code

Example:

"295"

district_name
null | string

Search doctor by District name

Example:

"Bengaluru Urban"

doctor_name
null | string

Search doctor by Name

Example:

"Ganesh"

end_time
string

End time for doctor availability (24H format)

Example:

"2025-08-05T23:59:59Z"

facility_name
null | string

Search doctor by Facility/Hospital name

Example:

"Apollo Hospital"

hpr_id
null | string

Search doctor by HPR ID

latitude
null | string

Latitude for location-based search

Example:

"12.9716"

longitude
null | string

Longitude for location-based search

Example:

"77.5946"

pincode
null | string

Search doctor by Pincode

Example:

"560001"

radius_km
null | string

Radius in kilometers for location-based search

Example:

"10"

speciality
null | string

Search doctor by Speciality

Example:

"CARDIOLOGY"

start_time
string

Start time for doctor availability (24H format)

Example:

"2025-08-05T00:00:00Z"

state_code
null | string

Search doctor by State code

Example:

"29"

state_name
null | string

Search doctor by State name

Example:

"Karnataka"

Response

OK

order_id
string

Unique booking/order ID

provider_id
string

Provider ID for the next API call

txn_id
string

Unique transaction ID for the next API call