export_order.failed

Delivered when an export order has failed. Fetch the order via the Read export order endpoint and inspect the error_message attribute for details.

Payload

Delivered when an export order has failed. Fetch the order via the Read export order endpoint to inspect the error_message attribute.

string
required
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…