2025-01-14
New Revoke Token endpoint
To improve security, we’re introducing the new v2/oauth/revoke endpoint, which requires sensitive data to be sent in the request body instead of as URL parameters. This includes the following fields:
access_tokenclientIdclientSecret
The /v1/oauth/revoke endpoint will be deprecated and inaccessible after February 15, 2025. We recommend migrating to the /v2/oauth/revoke endpoint before this date to ensure continued functionality.
Note
This update applies only to the
v1/oauth/revokeendpoint. Other/v1/oauthendpoints are not affected.
Actions Required
-
Update your application or integration
Replace the/v1/oauth/revokeendpoint with/v2/oauth/revoke. -
Test your implementation
Validate the new endpoint in your development environment. -
Review the documentation
Refer to the Revoke token API documentation for implementation details.
Transitioning to the /v2/oauth/revoke endpoint ensures your integrations remain secure and functional. Make the update today to stay ahead of the February 15, 2025 deadline.