CapEngage AI Engine·Active Sync
Loading...
CapEngage AI Engagement Platform
Loading Intelligent Customer Journeys...
Real-Time CDP · Predictive Decisioning · 6 Native Channels
Connecting Real-Time Customer Signals...
Real-Time CDP · Predictive Decisioning · 6 Native Channels
Loading Intelligent Customer Journeys...
Real-Time CDP · Predictive Decisioning · 6 Native Channels
Complete endpoint specifications, payload schemas, authorization headers, and step-by-step code samples for CapEngage v4 REST API Reference & Postman Collection.
curl -X POST https://api.capengage.com/v4/events \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"event": "Order Completed",
"user_id": "usr_9981",
"properties": {
"order_id": "ord_55214",
"revenue": 149.99,
"currency": "USD",
"items": ["prod_sku_01", "prod_sku_09"]
}
}'| Header | Type | Description |
|---|---|---|
| Authorization | String | Bearer token authentication format (Bearer pk_live_...) |
| Content-Type | String | application/json |
| X-CapEngage-Workspace | String (Optional) | Explicit workspace routing identifier for multi-tenant organizations |