API ReferencePatients
Create a patient
Create a new patient record. Requires OWNER or ADMIN role.
Create a new patient record. Requires OWNER or ADMIN role.
Authorization
AuthorizationRequiredBearer <token>Use your API key (sk_live_* or sk_test_*) as the Bearer token.
In: header
Request Body
application/jsonRequiredemailstringFormat:
"email"phonestringfirstNamestringlastNamestringdateOfBirthstringFormat:
"date"genderstringaddressstringpatientTypestringDefault:
"prospect"Value in: "prospect" | "patient" | "lead"patientStatusstringDefault:
"active"Value in: "active" | "inactive" | "archived" | "discharged"tagsarray<string>customFieldsobjectPatient created successfully.