Webhooks
Trigger a webhook test delivery
Send a one-time test webhook notification payload to a target HTTPS URL without creating a webhook endpoint. For document webhook events (document_representation.created and document_representation.failed), you can pass sample.document_type to test a specific document type payload.
post/webhooks/trigger
Request body
Example request
{
"url": "https://webhook.site/your-endpoint",
"event": "tracking_request.succeeded",
"secret": "optional-test-secret",
"sample": {
"document_type": "dray_delivery_order"
}
}Response
Webhook test delivery attempt result