Webhook Subscriptions
Queue a test delivery
Fires a synthetic `webhook.test` event through the normal delivery pipeline. The subscription does not need `webhook.test` in its `events` list. The response only confirms the event was queued — inspect the delivery log (`GET .../deliveries`) for the outcome.
Fires a synthetic webhook.test event through the normal delivery pipeline. The subscription does not need webhook.test in its events list. The response only confirms the event was queued — inspect the delivery log (GET .../deliveries) for the outcome.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
workspaceId*string
Unique identifier of the workspace.
Format
uuidwebhookId*string
Webhook subscription ID.
Format
uuidResponse Body
application/json
curl -X POST "https://example.com/workspaces/497f6eca-6276-4993-bfeb-53cbbbba6f08/webhooks/497f6eca-6276-4993-bfeb-53cbbbba6f08/test"{ "queued": true, "message": "Test webhook delivery queued. Check the delivery log in a moment."}