Refresh token management endpoints in Early Access
We're excited to announce the addition of two new endpoints for refresh token management, introducing granularity in search and revocation capabilities, as well as bulk revocation of refresh tokens (up to 100 individual IDs at a time): - A new GET api/v2/refresh-tokens endpoint which allows retrieving refresh tokens for a user_id or a user_id + client_id combination - A new POST api/v2/refresh-tokens/revoke endpoint which allows RT revocation: - by ids (up to 100 at a time) - by user_id (remove all refresh tokens for a given user) - by user_id + client_id (remove all refresh tokens bound to a client for a given user) - by user_id + client_id + audience (remove all refresh bound to a client and a resource server for a given user) The new endpoints are in __Early Access__. Please contact your TAM or open a support ticket to get this feature enabled in your tenant
Fetched June 11, 2026
