Common API Components
Understand the common components used in CleverTap APIs
CleverTap APIs contain several common components in their design and usage.
This page details the common components found within CleverTap APIs.
Region
The following table lists your API endpoint based on the region of your account:
Region | API Endpoint | CleverTap Dashboard URL |
---|---|---|
India |
| |
Singapore |
| |
United States |
| |
Indonesia |
| |
Middle East (UAE) |
| |
Europe (default region) |
|
API Headers
These headers are all required. The X-CleverTap-Account-Id and X-CleverTap-Passcode are used to authenticate the request. Please see the authentication guide to see how to get their values.
Header | Description | Type | Example Value |
---|---|---|---|
X-CleverTap-Account-Id | Your CleverTap Account ID. | string | "X-CleverTap-Account-Id: ACCOUNT_ID" |
X-CleverTap-Passcode | Your CleverTap Account Passcode. | string | "X-CleverTap-Passcode: PASSCODE" |
Content-Type | Request content-type is always set to application/json. | string | "Content-Type: application/json" |
Updated 6 days ago