cURL
curl --request POST \ --url https://api.struct.to/v1/webhooks/{webhook_id}/test
{ "success": true, "duration_ms": 1, "status_code": 1, "error": "<string>" }
Send a test payload to the webhook URL to verify connectivity
Webhook UUID
Test delivery completed
Test webhook response
Whether the test delivery succeeded
Delivery duration in milliseconds
x >= 0
HTTP status code from the endpoint
Error message if failed
Was this page helpful?