Skip to main content
POST
Register a new patient

Authorizations

Authorization
string
header
required

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

Headers

X-Brand-Slug
enum<string>
default:hi-doctor
required

Identifies the Hi-Doctor brand. Required; the request is rejected without it.

Available options:
hi-doctor

Body

application/json
email
string<email>
required
Maximum string length: 254
password
string
required
write-only
first_name
string
default:""
Maximum string length: 150
last_name
string
default:""
Maximum string length: 150
locale
string
default:en
write-only

Response

Success