POST
/
api
/
v2
/
patients
/

Authorizations

Authorization
string
headerrequired

Token-based authentication with required prefix "Token"

Body

first_name
string
required

The first name of the patient.

last_name
string
required

The last name of the patient to be created.

email
string
required

The email of the patient to be created.

sex
enum<string>
required

The biological sex of the patient to be created.

Available options:
M,
F
date_of_birth
string
required

The date of birth of the patient to be created.

phone
string

Optional phone number of the patient.

Response

200 - application/json
first_name
string
required

The first name of the patient.

last_name
string
required

The last name of the patient to be created.

email
string
required

The email of the patient to be created.

sex
enum<string>
required

The biological sex of the patient to be created.

Available options:
M,
F
date_of_birth
string
required

The date of birth of the patient to be created.

phone
string

Optional phone number of the patient.