Token handling
Refresh tokens are long-lived credentials issued to OAuth clients that allow them to obtain new access tokens without re-authenticating the user. This API exposes administrative operations for inspecting and revoking refresh tokens within a setup. Tokens can be filtered by client or by user, and the list endpoint supports pagination for large datasets. Revocation is useful for session management and responding to security incidents.
📄️ 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