Trigger a webhook test delivery
Send a one-time test webhook notification to a target HTTPS URL via the Terminal49 API without creating a persistent webhook endpoint configuration.
Authorizations
Use a Terminal49 API key in the Authorization header with the Token prefix.
Authorization: Token YOUR_API_KEY
Body
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"
Response
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.