POST
/
api
/
v2
/
patients

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Body

date_of_birth
string
required

The date of birth of the patient to be created.

email
string
required

The email of the patient to be created.

first_name
string
required

The first name of the patient.

last_name
string
required

The last name of the patient to be created.

sex
enum<string>
required

The biological sex of the patient to be created.

Available options:
M,
F
phone
string

Optional phone number of the patient.

Response

200 - application/json
date_of_birth
string
required

The date of birth of the patient to be created.

email
string
required

The email of the patient to be created.

first_name
string
required

The first name of the patient.

last_name
string
required

The last name of the patient to be created.

sex
enum<string>
required

The biological sex of the patient to be created.

Available options:
M,
F
phone
string

Optional phone number of the patient.