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

patientIdstringRequired
The ID of the patient.

Response

This endpoint returns an object.
idstring
The ID of the patient.
phoneNumberstring
The phone number of the patient.
firstNamestring
The first name of the patient.
lastNamestring
The last name of the patient.
dateOfBirthdate
The date of birth of the patient.
genderstring
The gender of the patient.
addressstring
The address of the patient.
hasOnboardedboolean

Whether the patient has completed in-app onboarding.

insurancePlanNamestring or null
The name of the patient's insurance plan.
insurancePlanMemberIdstring or null
The member ID of the patient's insurance plan.