Register User

User registration and verification

Register a new user or create new access token for existing user

post
/register

Requests a verification code to be emailed. The verification code is then entered to /verify to get the access token. To protect against spam, this endpoint is rate limited.

Body
emailstring · emailRequired
Responses
200

Verification code emailed successfully

application/json
post
/register

Verify a user's email with a verification code to get an access token

get
/verify

Verify a user's email with a verification code to get an access token.

Query parameters
tokenstringRequiredExample: BCDF
Responses
200

Verification code successful

application/json
get
/verify

Last updated