Authorize
Specification: https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.1 Query Parameters
Available Scopes
Endpoint:
GET /oauth2/v4/authorize
Access Token
Specification: https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.3 Use this endpoint to get an access token or refresh token. This endpoint usesclient_secret_basic authorization.
All issued refresh tokens expire after 30 days. Refresh tokens are rotated upon use in the refresh_token flow
with a new token in the response.
All issued tokens are opaque (reference tokens).
Parameters
Endpoint:
POST /oauth2/v4/token
Revoke Access Token
Specification: https://datatracker.ietf.org/doc/html/rfc7009#section-2.1 Use this endpoint to revoke an access token or refresh token. Parameters
Endpoint:
POST /oauth2/v4/revoke

