# Data export completed Endpoint: POST data-export-completed Version: latest Security: SecretApiKey, JWT ## Request fields (application/json): - `dataExportId` (string) ID of the data export. Example: "exp_0YVCNQ2C1AD1RA3HXKP492GNZB" - `fileId` (string) ID of the data export file. Example: "file_0YV7HZ7KDCC5WBV9Q7WRKG1H6N" - `eventType` (string) Rebilly webhooks event type. Enum: "data-export-completed" - `_embedded` (object) Embedded objects. - `_embedded.dataExport` (object) - `_links` (array) Related links. - `_links.href` (string) Link URL. - `_links.rel` (string) Type of link. Enum: "dataExport", "download"