Patients
Search for patients by email address, view patient profiles, and check patient intent status.Create or Resolve Patient
Create a patient profile for a shop customer, or return the existing profile if theshop_uid and shop_customer_id pair already exists. This is the supported patient creation flow for API-key integrations that later use Scheduling.
patient:write
string
required
UID of the shop the customer belongs to
string
required
The shop’s identifier for the customer
string
Optional patient email stored on the shop-patient mapping and used for patient lookup/search.
array
Optional patient profile fields to set for the shop customer.
Search Patient by Email
Find a patient by their email address. Returns the most recently created patient whose shop-patient email or order email matches the given email.string
required
The email address to search for
patient:read
Example Request
Response
Error Responses
Get Patient Profile
Retrieve a patient profile by UID.string
required
The patient UID
patient:read
Example Request
Response
Check Patient Intent
Check the intent return code for a patient. Returns a code indicating when the last signed submission for this intent was made.string
required
The patient UID
string
required
The intent identifier
patient:read