Skip to main content
POST
Test Webhook

Overview

Sends a synthetic webhook.test event through the same signing and retry pipeline as production deliveries, but a failed test does not count toward auto-disable. Use it to probe an endpoint without risking your production deliveries getting disabled. This endpoint isn’t billed. Requires the portfolios:manage scope.
No receiver yet? See Testing deliveries before you have a receiver for a pattern that lets you inspect real signed deliveries in minutes.

Path Parameters

string
required
Endpoint ID (whk_*).

Response

string
Always "webhook_test".
string
Opaque dlv_* identifier for this specific attempt. Track it via List Deliveries.
string
Request identifier.

Errors

Code Examples