Data Exports
Create data export
Create a new data export job. The export will be processed asynchronously and the download URL will be available when status is ‘completed’. Export links expire after 24 hours.
POST
Create data export
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
List of data types to include in the export.
Minimum array length:
1Types of data that can be exported.
Available options:
messages, conversations, webhookDeliveries, agentExecutions, activities Start date for data to export (inclusive).
End date for data to export (inclusive).
Response
Export job created.
