Test webhook delivery
Testing
Test webhook delivery
Send a synthetic test event to a specific webhook endpoint.
Use this endpoint to validate receiver reachability, authentication/signature handling, and payload processing before relying on live events.
Response behavior:
- On success, returns statusCode 200.
- On delivery failure, returns the failure statusCode and a Base64-encoded HAR payload in ‘har’ for deep diagnostics.
Recommended usage:
- Create or update webhook configuration.
- Run this test endpoint.
- If it fails, decode the HAR payload and inspect request/response details.
- Re-test after receiver-side fixes until statusCode is 200.
This endpoint is intended for validation and troubleshooting, not production event simulation at scale.
GET
Test webhook delivery
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Identifier of the webhook endpoint to retrieve