POST
/
auth
/
login
"<any>"

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

200
application/json
Successful Response

The response is of type any.

Was this page helpful?