POST /api/v1/analytics/exports/
This endpoint allows you to request a bulk export of users, companies, or events.
application/json
Token <apiKey>
(optional)Name | Type | Description |
---|---|---|
from | string | Start date (ISO 8601) |
to | string | End date (ISO 8601) |
emails | array | List of emails to notify |
event_type | array | Event types to export |
user_id | array | User IDs to export |
company_id | array | Company IDs to export |
segment_id | string | Segment ID to export |
format | string | Export file format |
exclusions | string | Exclusions for export |