API reference/Auth
Create an account
POST/v1/auth/register
Emails a 6-digit verification code. The response is the same whether or not the address already has an account.
no auth
Request body application/json · required
emailstringrequired
max length 254passwordstringrequired
At least 12 characters
max length 512Responses
202Acceptedapplication/json
statusstringrequired
one of "check_your_email"422Unprocessable Entityapplication/problem+json
codestringrequired
Stable machine-readable error code
detailstring
Human-readable explanation
errorsarray of object
Field-level validation errors
request_idstring
Correlates with server logs and traces
statusinteger (int64)required
HTTP status code
titlestringrequired
Short summary of the problem type
typestring
URI identifying the problem type
429Too Many Requestsapplication/problem+json
codestringrequired
Stable machine-readable error code
detailstring
Human-readable explanation
errorsarray of object
Field-level validation errors
request_idstring
Correlates with server logs and traces
statusinteger (int64)required
HTTP status code
titlestringrequired
Short summary of the problem type
typestring
URI identifying the problem type
500Internal Server Errorapplication/problem+json
codestringrequired
Stable machine-readable error code
detailstring
Human-readable explanation
errorsarray of object
Field-level validation errors
request_idstring
Correlates with server logs and traces
statusinteger (int64)required
HTTP status code
titlestringrequired
Short summary of the problem type
typestring
URI identifying the problem type
v0.5