Overview
Zoho Apptics REST APIs enable seamless integration of Apptics modules with other Zoho applications and third-party tools by adhering to RESTful principles.
These APIs allow you to programmatically access raw data and insights related to events, sessions, crashes, and usage statistics, empowering you to build custom workflows, dashboards, and analytics pipelines.
Multiple data centres
Zoho Apptics is hosted at multiple data centers, and therefore available on different domains.
There are 3 different domains for Zoho Apptics' APIs, and you will have to use the one that is applicable to you.
| Data centre | Domain | Base API URI |
|---|---|---|
| United States | .com | https://apptics.zoho.com/cx/ |
| Europe | .eu | https://apptics.zoho.eu/cx/ |
| India | .in | https://apptics.zoho.in/cx/ |
The APIs on this page are for organizations in Zoho Apptics that are hosted on the .com domain. If your organization is on a different domain, then you must replace .com with the appropriate domain for API endpoints on this page before using them.
For example, here's how you would modify the domain in an API endpoint for the .eu domain:
API endpoint for the .com domain, as available on this page:
https://apptics.zoho.com/cx/api/v1
API endpoint after replacing the .com domain with .eu:
https://apptics.zoho.eu/cx/api/v1