Skip to main content
POST
Register new user account (requires verification)

Authorizations

Authorization
string
header
required

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

Body

application/json
username
string

username — see API source for exact type.

email
string

email — see API source for exact type.

password
string

password — see API source for exact type.

confirmPassword
string

confirmPassword — see API source for exact type.

Response

Created

message
string
data
object