Authentication
Authentication with OAuth2 Authorization Framework.
Authentication
Authenticate an Application
Example
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Access Token
grant_typestring · enumRequiredPossible values:
client_idstringRequired
client_secretstringRequired
Responses
200Success
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
422
Unprocessable Entity
application/json
post
/authentication/oauth2/tokenLast updated
