export_order.created

Delivered when an export order has been created.

Payload

Delivered when an export order has been created.

string
required

Delivery id, matching the webhook-id header.

string
enum
required
Allowed:
date-time
required
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

Stop sending events to this endpoint.

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…