API Reference

Create a Patient

Use this POST request to create a new patient account. Authenticate by providing the user's JWT in the Authorization header.

In the request body, you must provide the following data of the patient:

  • email
  • firstName
  • lastName
  • gender
  • phone
  • dob (date of birth).
Language
Click Try It! to start a request and see the response here!