OAuth

The OAuth endpoints provide the required authorization functionality to request and revoke access tokens.

Method Endpoint Description
GET /oauth/authorize Allows an application to use an OAuth request (access) token to request user authorization.
POST /oauth/token The token endpoint is used to programmatically request access tokens. It supports the "authorization_code", "client_credentials" and "refresh_token" types.