Skip to main content
POST
Test Webhook Endpoint

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
UUID of the new attempt row. Track it via List Webhook Deliveries.
string
Request identifier.

Errors

Code Examples