Authentication
Authenticate and receive a bearer token
POST
/
auth
Body
application/json
grant_type
string
requiredclient_id
string
requiredclient_secret
string
requiredusername
string
requiredpassword
string
requiredResponse
200 - application/json
access_token
string
expires_in
integer
token_type
string
scope
string
refresh_token
string