Skip to main content
POST
Initiate registration

Authorizations

Authorization
string
header
required

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

Body

application/json
credential_type
enum<string>
required
Available options:
email,
phone
credential_value
string
required
password
string
required
terms_accepted
boolean
required
privacy_policy_accepted
boolean
required

Response

Registration initiated successfully

message
string
user_id
string<uuid>