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