/
Data export completed
Security
SecretApiKey or JWT
Payload of data export-related webhook event.
ID of the data export file. This value is null if the export failed.
Example:"file_0YV7HZ7KDCC5WBV9Q7WRKG1H6N"
Total number of records in the export, excluding the header row. This value is 0 if the export failed.
Example:1500
Status of the data export. This webhook is sent only when the data export reaches a terminal status. This value is never pending, queued, or processing.
Enum:"completed""failed"
Type of event that triggered the webhook.
Enum:"data-export-completed""data-export-failed"
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/data-export-completed
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/data-export-completed
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/data-export-completed
- SecretApiKey
- JWT
- customers
- subscriptions
- transactions
- invoices
- invoiceItems
- amlChecks
- disputes
- journalRecords
- payoutRequests
- payoutRequestAllocations
- users
{ "dataExportId": "exp_0YVCNQ2C1AD1RA3HXKP492GNZB", "fileId": "file_0YV7HZ7KDCC5WBV9Q7WRKG1H6N", "recordCount": 1500, "status": "completed", "failureReason": "record-limit-exceeded", "eventType": "data-export-completed", "_embedded": { "dataExport": { … } }, "_links": [ { … } ] }