post
https://api.exponea.com/data/v2/projects//customers/events
Use this endpoint to export events for a single selected customer.
Authorization
This endpoint requires the following access type and permissions:
| Available access type | Permissions needed |
|---|---|
| Private access | Events > Get |
For more details, see:
Payload example
{
"customer_ids": {
"cookie": "382d4221-3441-44b7-a676-3eb5f515157f"
},
"event_types": [
"session_start",
"payment"
],
"order": "asc",
"limit": 3,
"skip": 100
}
Note
For use cases that require date filtering, the Data Exports feature may be a better fit. Note that Data Exports is a paid feature.
