Appearance
Stored only in your browser. Get one under Tokens.
Get login token using username and password
POST
/auth/login
Get login token using username and password. Supports both JSON body credentials and HTTP Basic Auth header. When Authorization: Basic is present, it takes precedence over the JSON body.
Authorizations
BasicAuth
Type
HTTP (basic)
Request Body
application/json
JSON "password": "string", "scope": "string", "username": "string"
{
}
Responses
OK
application/json
JSON "expires_in": 0, "redirect_uri": "string", "scopes": "string", "state": "string", "token": "string", "token_type": "string"
{
}