Introduction
Zoho Contacts is a centralized repository of contact information. You can integrate adding, editing, saving, and accessing your contacts and categories with your application using the Zoho Contacts REST API. The Contacts API is a comprehensive suite of all the API calls and parameters which you can use to bring in Zoho Contacts to your application.
Obtain OAuth access token
Refer the Zoho Accounts OAuth 2.0 documentation for obtaining an OAuth access token.
Scopes:
- zohocontacts.contactapi.ALL
- zohocontacts.contactapi.READ
- zohocontacts.contactapi.CREATE
- zohocontacts.contactapi.UPDATE
- zohocontacts.contactapi.DELETE