Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Body

first_name
string
required

The first name of the patient.

Example:

"Alice"

last_name
string
required

The last name of the patient to be created.

Example:

"Smith"

email
string<email>
required

The email of the patient to be created.

Example:

"alice123@gmail.com"

sex
enum<string>
required

The biological sex of the patient to be created.

Available options:
M,
F
Example:

"F"

date_of_birth
string<date>
required

The date of birth of the patient to be created.

phone
string

Optional phone number of the patient.

Example:

"1234567890"

Response

first_name
string
required

The first name of the patient.

Example:

"Alice"

last_name
string
required

The last name of the patient to be created.

Example:

"Smith"

email
string<email>
required

The email of the patient to be created.

Example:

"alice123@gmail.com"

sex
enum<string>
required

The biological sex of the patient to be created.

Available options:
M,
F
Example:

"F"

date_of_birth
string<date>
required

The date of birth of the patient to be created.

phone
string

Optional phone number of the patient.

Example:

"1234567890"