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 centreDomainBase API URI
United States.comhttps://apptics.zoho.com/cx/
Europe.euhttps://apptics.zoho.eu/cx/
India.inhttps://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.

Note:To know the domain you're accessing Zoho Apptics from, visit the Zoho Apptics web app and check its URL. If the URL contains apptics.zoho.com, then you're accessing it from the .com domain. If the URL contains apptics.zoho.in, you're accessing it from the .in domain. Similarly, you could be accessing Zoho Apptics from the .eu or .com.au or .jp or .ca domain.

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