Skip to main content

Send Test Delivery

POST 

/api/webhook-subscriptions/:id/test

Send a synchronous test delivery to the subscription's target URL with a signed { "_test": true } payload. Runs inline (not queued) so the UI can show the result immediately, and records a row in the delivery log regardless of outcome. Always returns 200 with the generated delivery_id even if the target responds with an error (inspect the delivery log for the captured status). Requires the webhooks:manage scope.

Required scope: webhooks:manage

Grant this scope to your token under Settings → Developer → Personal Access Tokens.

Request

Responses

OK

Response Headers
    Content-Type