Introduction

Introduction

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.

Download Zoho Apptics OpenAPI Document

API Root Endpoint

Click to copy
https://apptics.zoho.com/cx/api/v1 https://apptics.zoho.com/cx/

Crashes API Root Endpoint

The Crashes APIs use a different root endpoint from the other Apptics APIs. The crash-related endpoints are mounted directly under /cx and include the portal ID and project ID as path parameters.

Crashes API root endpoint:

https://apptics.zoho.com/cx/{zsoid}/{projectid}

For example, to fetch crash chart data:

https://apptics.zoho.com/cx/{zsoid}/{projectid}/exception/chart

As with all other endpoints, replace .com with the appropriate domain for your data center.

Multiple Data Centers

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 Center 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.

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