Revoking Tokens

Revoking Tokens

If you want to revoke your refresh token:

Make a POST request with the following URL

{Accounts_URL}/oauth/v2/token/revoke?token={refresh_token}
Note: You must use your domain-specific Zoho Accounts URL to revoke your refresh token.

    • Related Articles

    • Generating Tokens

      OAuth 2.0 requests are usually authenticated with an access token, which is passed as bearer token. To use this access token, you need to construct a normal HTTP request and include it in an authorization header along with the value of bearer. Note:  ...
    • Refreshing Access Tokens

      Access tokens expire an hour after they are generated. To generate a new access token, use the refresh token you generated earlier. Note:  You must use your domain-specific Zoho Accounts URL to refresh your access token. For ...
    • Overview

      The Zoho Recruit API uses the OAuth 2.0 protocol for authentication. It uses the Authorization Code Grant Type to obtain the grant token (code). This grant type allows you to share specific data with any application while keeping your usernames and ...
    • Who can manage all users?

      Admins manage all users by handling operations including adding users, removing users, and granting or revoking privileges. 
    • Connections in Orchestly

      Orchestly allows users to integrate with internal Zoho applications and other third-party applications using Connections. Connections can be established in Orchestly by configuring the custom functions. Own Connection:  Connections created by the ...