Register User

Register a new user providing username, password, account and API password.

Request

URL

/api/v1/auth/register

Parameters

Username
Name to register user
Password
Password to register user
Account
Ethereum wallet account, starting with 0x.
API Password
Password used to identify as a API superuser, that gives access to methods such restarting services.

Response

{
    "username": string,
    "account": string,
    "is_api_superuser": bool,
    "token": string
}