Authentication
Register as a new user (if allowed)
Does not use authentication. Requires username, password and email.
post/register
Query parameters
usernamestring
passwordstring
hash('sha256', password) Deprecated: for privacy, send this in a form or JSON request body instead of the query string (query values land in server/proxy logs and browser history). Query-string support will be removed in API9.
emailstring
fullnamestring
Request body
Response
Success or error