POST
/
auth
/
token
curl --request POST \
  --url http://localhost:8001/auth/token
{
  "access_token": "<string>",
  "token_type": "<string>"
}

Use your username and password to retrieve a token with specified scopes.

Query Parameters

username
string
required
password
string
required

Response

200 - application/json
access_token
string
required
token_type
string
required