Register User
User registration and verification
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
400
INVALID - Missing or malformed fields Email missing or not valid format
application/json
429
Too many requests - Rate limit exceeded Rate limits apply per email address, IP address and total. Try again later.
application/json
post
/registerVerify a user's email with a verification code to get an access token.
Query parameters
tokenstringRequiredExample:
BCDFResponses
200
Verification code successful
application/json
400
INVALID - Missing or malformed fields Code missing
application/json
403
Forbidden - Verification code invalid or expired
application/json
429
Too many requests - Rate limit exceeded Rate limits apply per IP address and total. Try again later.
application/json
get
/verifyLast updated