Export events

Use this endpoint to export events for a single selected customer.

Authorization

This endpoint requires the following access type and permissions:

Available access typePermissions needed
Private accessEvents > 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.

Language
Response
Click Try It! to start a request and see the response here!