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