Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
first_name
string
required
last_name
string
required
age
integer
required
gender
string
required
dirPath
string[]
required

This is used for future compatibility with the file system. Include it empty.

phone_number
string
required
workspace_id
integer
required

Response

patientId
string<uuid>
required
message
string
required

Patient created successfully.