Get Patient
Get a patient by their ID.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
patientId
The ID of the patient.
Response
This endpoint returns an object.
id
The ID of the patient.
phoneNumber
The phone number of the patient.
firstName
The first name of the patient.
lastName
The last name of the patient.
dateOfBirth
The date of birth of the patient.
gender
The gender of the patient.
address
The address of the patient.
hasOnboarded
Whether the patient has completed in-app onboarding.
insurancePlanName
The name of the patient's insurance plan.
insurancePlanMemberId
The member ID of the patient's insurance plan.