Skip to main content
GET
Get patient details by profile id

Headers

auth
string
required

The auth token of the business. It is used to authenticate the client. This should be fetched from auth API.

Path Parameters

patient_id
string
required

Patient's Eka profile id

Response

OK

patient_id
string
Example:

"189673451298376"

partner_patient_id
string
Example:

"MO1298376"

first_name
string
Example:

"Raj"

middle_name
string
Example:

""

last_name
string
Example:

"Sharma"

gender
enum<string>
Available options:
M,
F,
O
Example:

"M"

dob
string<date>
Example:

"1988-11-30"

email
string
Example:

"raj.sharma@example.com"

mobile
string
Example:

"+919876543210"

address
object
tag
string
Example:

"tag#1"

partner_meta
object
Example:
created_at
integer
Example:

1732607432

relations
object[]