Authentication
Register an account
Create an account and its first user when public registration is enabled.
POST
/api/v1/auth/registerAuthentication: no bearer token is required.
Parameters
account_namestringrequiredBodyThe workspace or account name.
namestringrequiredBodyThe user's display name.
emailemailrequiredBodyThe user's email address.
passwordstringrequiredBodyA password containing at least 8 characters.
Responses
201The account was created. A verification step may be required before login.
400The request is invalid or contains an unsupported value.
403The account plan or current grant does not allow the action.