How to Access Zoho APIs and Fetch Zoho Subscription Data

In today business crm market ZOHO CRM has very good hold. They provide easy to adopt interface for users, So data its quite manageable. Zoho has an official API to get data outside from accounts and use it for third-party integration.

Zoho provide multiple services like CRM, Zoho Books, Zoho Creator, Subscription etc. You can fetch any account data using its API. To get ZOHO API access, first you need to get Authentication Token.

Steps to Access Zoho APIs

After login in zoho account go to in Customization tab, than choose Extensions & APIs section. Under this APIs tab is showing, you can found here Generate Authentication Token method.

Thier is direct way to create auth token in your browser. After logged in zoho accounts, just use this link for that:

https://accounts.zoho.com/apiauthtoken/create?SCOPE=ZohoSubscriptions/subscriptionsapi&source=apidoc

*Note – You must enter the scope of API while generating auth token. In the above link we have created token for ZOHO Subscription account. For Example, if you are going to use ZOHO crm api than use the scope value “ZohoCRM/crmapi“.

After executing this url in the browser, you can get success Auth Token value. Which you can use in API call request to Fetch or Insert the data.

Fetch Zoho Subscription Data Using API call:

In this example we will show you Zoho Subscription api call to fetch data. Use below PHP code for that.

In above PHP example Zoho Subscription Api request is send to fetch all subscription data. You can use this sample code to fetch other kind of zoho data as you require.

Recommended Posts For You

About Harish

I am professional web developer and blogger. Use this blog to share own api and other web development experience with you. I do accept paid work. Write to me at - [email protected]

View all posts by Harish

Leave a Comment

Your email address will not be published. Required fields are marked *