JavaScript
Webhooks
Send Test Event
Sends a sample payload for the given event to the webhook’s URL and returns the delivery result.
POST
JavaScript
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
A unique key that makes this request safe to retry. See Idempotent requests.
Maximum string length:
255Example:
"d9105228-4a08-46b1-8b91-42fed586d383"
Pins the request to a dated API version.
Example:
"2026-07-20"
Path Parameters
Webhook ID, prefixed hook_.
Body
application/json
The event to test the webhook for, in dot form (for example payment.succeeded).

