POST
/
v1
/
user
/
login
{
  "access_token": "<string>",
  "token_type": "<string>",
  "email": "<string>"
}

Body

application/x-www-form-urlencoded
username
string
required
password
string
required
grant_type
string
scope
string
default:""
client_id
string
client_secret
string

Response

Successful Response

access_token
string
required
token_type
string
required
email
string
required