Send a one-time test webhook notification payload to a target HTTPS URL without creating a webhook endpoint.
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"
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.