API Overview

Understand the basic overview of CleverTap APIs.

We provide a REST API that lets you create, read, update, and delete data in CleverTap.

This page describes our authentication model, API endpoints, webhook feature, server-side SDKs, and error handling.

Make Your First API Call

The best place to get started with the CleverTap API is the API Quick Start Guide.

API Use Cases

Here are some use cases with our API:

  • Uploading user profile and event data from external systems to CleverTap. For example, if a user contacted your call center about a product issue. You can store this as an event on that user’s profile, which allows you to send a follow-up note about the conversation as an email/SMS or push notification. Check out the Upload User Profiles and the Upload Events APIs to learn more.
  • Getting user profile and event data from CleverTap to enrich customer information in external systems. For example, if a salesperson wants to know what products a user has viewed before contacting calling them. You can get this information from CleverTap and include it in your CRM within that customer’s account record. Check out the Get User Profiles and the Get Events APIs to learn more.
  • Getting user metrics from CleverTap for analysis in external systems. For example, let’s say you have an internal dashboard where you track all your marketing metrics. Our API enables you to include user, event, and campaign data for your app on that dashboard. Check out the Trends and the Real-Time Counts APIs to learn more.
  • Triggering campaigns in external systems based on events monitored by CleverTap. For example, let’s say a user abandons their cart during a high-value transaction. You can set up a webhook in CleverTap to monitor this specific event, get notified when it happens, and then trigger a call centre workflow to contact the user to solve any issues and complete the purchase. Check out our webhooks feature to learn more.
  • Creating campaigns in CleverTap based on events in external systems. For example, you can create a campaign to send a price drop alert as a push notification to users who have viewed a particular product in the past week. Check out our Create Campaigns API to learn more.

API Authentication

CleverTap uses a basic access authentication model to authenticate requests to the API. Please refer the API Authentication for more details.

API Endpoints

APIs are used to describe how to create, read, update, and delete data in CleverTap. For more information on each APIs, refer API Reference.

Webhooks

CleverTap webhooks enable developers to monitor specific user events and receive push notifications to their server when those events happen. You can use these notifications to trigger workflows in your backend systems as soon as qualifying events occur. Please see the Webhooks for more details.

SDKs

We provide server-side libraries that will help you integrate more quickly with our API. Please see our SDKs for links to our server-side libraries.

Postman Collection

Postman is a tool that lets you build and test HTTP requests. We created a Postman Collection that you can use to test making requests to the CleverTap API.

Configure Regions

You must enable the CleverTap Region to use the CleverTap's regional data center. For more information, see Configuration Guide for CleverTap Regions.

API Errors

If your CleverTap API request fails, you will receive an error response including a response code and a message explaining the reason for the error. For more details on error codes, refer API Errors.

API FAQs

To understand the common queries and concerns related to CleverTap APIs, refer to API FAQs.