API Reference - Registration
Create patient
Create a patient.
POST
/
api
/
v2
/
patients
/
Authorizations
Authorization
string
headerrequiredToken-based authentication with required prefix "Token"
Body
first_name
string
requiredThe first name of the patient.
last_name
string
requiredThe last name of the patient to be created.
email
string
requiredThe email of the patient to be created.
sex
enum<string>
requiredThe biological sex of the patient to be created.
Available options:
M
, F
date_of_birth
string
requiredThe date of birth of the patient to be created.
phone
string
Optional phone number of the patient.
Response
200 - application/json
first_name
string
requiredThe first name of the patient.
last_name
string
requiredThe last name of the patient to be created.
email
string
requiredThe email of the patient to be created.
sex
enum<string>
requiredThe biological sex of the patient to be created.
Available options:
M
, F
date_of_birth
string
requiredThe date of birth of the patient to be created.
phone
string
Optional phone number of the patient.