Export order created, completed, or failed

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 the error_message attribute for details.
Payload
string
required

Delivery id, matching the webhook-id header.

string
enum
required
Allowed:
date-time
required

When this delivery attempt was signed and dispatched.

data
object
required
Headers
string
required

Unique identifier for this delivery. Stable across retries.

string
required

Unix timestamp in seconds.

string
required

HMAC-SHA256 signature of the payload following the Standard Webhooks specification.

Responses
410

The endpoint will be disabled immediately. No further events are sent until it is re-enabled in the Skovik UI.

2XX

Successful delivery and verification of the webhook event.

default

Any other response code will be treated as a failure and scheduled for retry with exponential backoff.

LoadingLoading…