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