Authtoken Deprecation for Zoho Subscriptions APIs

Authtoken Deprecation for Zoho Subscriptions APIs

UPDATE (2 Jul 2021):  We've extended the deadline to 30 August 2021 for converting Authtokens to OAuth. 

UPDATE (30 Mar 2021)
:  We've prepared a set of FAQs to answer some common doubts that you may have when migrating from Authtokens to OAuth. 

UPDATE (4 Feb 2021)
:  We've extended the deadline to 
1 July 2021 for converting Authtokens to OAuth. 


Hello everyone,

The usage of Authtokens to authenticate API calls is being removed on 30 August 2021 across Zoho's Finance suite of products, which includes Zoho Subscriptions. This change is being done in favor of switching to OAuth 2.0, a more secure and robust protocol.

This means that any of your existing workflows or custom functions, which rely on Authtokens to communicate with Zoho Subscriptions' APIs will no longer function after 30 August 2021, unless you replace Authtokens with OAuth.

Here are some benefits of OAuth, compared to Authtokens:

  • OAuth 2.0 is an industry-standard protocol, which means client applications can communicate with Zoho Subscriptions' APIs in a generalized manner, instead of figuring out a custom solution. 
  • OAuth provides access to Zoho Subscriptions' APIs via access and refresh tokens, which do not require you to store your users' Zoho Subscriptions credentials on your own client application. 
  • You can specify scopes for access tokens. This means each access token can provide authentication only to the Zoho Subscriptions APIs which you specify. You can also revoke these access tokens at any time, if necessary.
  • Access tokens expire after a particular amount of time. This limits your data exposure, in case your client application has been breached. 
We strongly recommend that you convert your workflows from Authtokens to OAuth as soon as possible, to avoid any last-minute service disruptions to you or your customers.

Our API Documentation covers how to set up OAuth for your client application. We also have guides to convert your existing Authtokens to OAuth's access/refresh tokens in your existing workflows:

If you have further questions about this, please write to
support@zohosubscriptions.com and we'll be happy to help.

Regards,
The Zoho Subscriptions Team
    • Sticky Posts

    • Zoho Billing will discontinue support for older browser versions soon

      Hello users, Starting from May 15, 2024, Zoho Billing will no longer support the following browser versions: Browsers Version Restrictions Firefox Browser Versions older than 100 Google Chrome Versions older than 100 Microsoft Edge Versions older than
    • Introducing Developer Space in Zoho Subscriptions

      Hello devs! At Zoho Subscriptions, we're constantly looking for ways to empower the developer community. Our goal is to provide you with the tools you need to integrate Zoho Subscriptions with your other platforms, and we also want to make it easy to