API Reference

Create a patient profile

Returns a created patient account data. If the email or PID is already in use, it will return an error message.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Patient email address

Body Params
string

User's gender (e.g., M for male, F for female)

string

User's connection type. Shows which actions are available to the user. For instance, HEALER means that the doctor can read and write data.

integer

User's birthday, provided in the Unix timestamp format.

string

User name. This parameter is optional. If left blank, the name will automatically be set to 'Anonymous'.

Responses

400

User with such credentials already exists

401

Unauthorized, missing or invalid authorization token

404

User not found

500

Internal server error

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json