← Back to news

OAuth Token Expiration and Refresh Grant Type Support Announced

OAuth access and refresh tokens will now automatically expire for new global OAuth clients starting February 2, 2026, with default expiration times of 30 minutes for access tokens and 30 days for refresh tokens, whilst the deadline for existing local OAuth clients to adopt the refresh token flow has been extended to April 1, 2027. Zendesk administrators should review token activity in Admin Center under Apps and integrations > APIs > External OAuth clients to identify affected clients, and third-party developers must implement the refresh token flow using the /oauth/tokens endpoint with grant_type=refresh_token to handle token renewal and prevent service interruptions.