Webhooks
Send a test event to a webhook
Send a test event to the webhook's endpoint and report the outcome. Use this to verify the endpoint is reachable and accepts deliveries before subscribing the webhook to real events.
A 200 response means the test ran — check status_code and error_message in the body for the endpoint's actual outcome.
Test deliveries are not supported for HMAC_SHA256 webhooks; those requests fail with a 400.
<Warning>This endpoint is in alpha, read more here.</Warning>
post/v2/webhooks/{webhook_id}/test
Path parameters
webhook_idstring required
A universally unique identifier (base64-encoded opaque string).
Example:RW50aXR5OjEyMzQ1
The unique webhook identifier (base64)
Response
The outcome of the test delivery