Send a one-time test webhook notification payload to a target HTTPS URL without creating a webhook endpoint. For Wayfair document webhook events (document_representation.created and document_representation.failed), you can pass sample.document_type to test a specific document type payload.
Documentation Index
Fetch the complete documentation index at: https://terminal49-wayfair-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Token YOUR_API_TOKEN
The APIs require authentication to be done using header-based API Key and Secret Authentication.
API key and secret are sent va the Authorization request header.
You send your API key and secret in the following way:
Authorization: Token YOUR_API_KEY
Destination URL for the test webhook delivery. Must be HTTPS.
"https://webhook.site/your-endpoint"
Webhook event name to use for generating an example payload.
"tracking_request.succeeded"
Optional secret used to sign the request in X-T49-Webhook-Signature.
"optional-test-secret"
Optional test payload controls. Currently only supports document_type for Wayfair document webhook events.
Webhook test delivery attempt result
Destination URL that the test webhook delivery attempted to call.
Whether the webhook delivery attempt was considered successful (HTTP 200, 201, 202, or 204).
Error message captured when delivery failed, or null when no error occurred.
HTTP status code returned by the destination endpoint, or null if no response was received.
Headers sent by Terminal49 with the test webhook request.
Serialized JSON payload delivered to the target URL.
Headers returned by the destination endpoint, or null when unavailable.
Raw response body returned by the destination endpoint, or null when unavailable.