wbhk
export_order
Delivered when an export order is created, completes or fails. The three events share the same payload structure and are distinguished by the type field.
export_order.created: the export order has been created.export_order.completed: the export order completed successfully. Fetch the order via the Read export order endpoint to obtain the URL to the export file.export_order.failed: the export order failed. Fetch the order via the Read export order endpoint and inspect theerror_messageattribute for details.
410The endpoint will be disabled immediately. No further events are sent until it is re-enabled in the Skovik UI.
2XXSuccessful delivery and verification of the webhook event.
defaultAny other response code will be treated as a failure and scheduled for retry with exponential backoff.
