Skip to main content
POST
/
auth
{
  "access_token": "<string>",
  "token_type": "<string>"
}

Body

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

Response

Successful Response

access_token
string
required
token_type
string
required