Token handling
📄️ Generate bearer token
**Required permission(s):** `SelfAdmin` Role
📄️ Initiate an authorization request
Initiates the authorization flow by redirecting the resource owner's user-agent through
📄️ Submit an authorization request
Alternative to the GET form that accepts authorization request parameters as a
📄️ Issue an OAuth 2.0 access token
Exchanges an authorization code, refresh token, or client credentials for an access token
📄️ Delete a refresh token
Revokes and permanently deletes a specific refresh token identified by its
📄️ Return all refresh tokens of a setup
Returns a paginated list of refresh tokens for the specified setup. Results can
📄️ Delete refresh tokens of a user
Revokes all refresh tokens belonging to a specific user within the setup. If the
📄️ Return a refresh token
Retrieves a specific refresh token by its value within the specified setup. The