Webhooks
Trigger a webhook test delivery
Send a one-time test webhook notification payload to a target HTTPS URL without creating a webhook endpoint.
post/webhooks/trigger
Request body
Example request
{
"url": "https://webhook.site/your-endpoint",
"event": "tracking_request.succeeded",
"secret": "optional-test-secret"
}Response
Webhook test delivery attempt result