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
access_tokenstringRequired
refresh_tokenstringOptional
expires_innumberOptionalDefault:
1800refresh_expires_innumberOptionalDefault:
604800token_typestringOptionalDefault:
BearerscopestringOptional
400
Bad Request
application/json
401
Unauthorized
application/json
422
Unprocessable Entity
application/json
post
/authentication/oauth2/tokenLast updated
