export_order.completed

Delivered when an export order has completed successfully. Fetch the order via the Read export order endpoint to obtain the URL to the export file.

Payload

Delivered when an export order has completed and the files are ready for download.

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…