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
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example 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-08-05-1"
Path Parameters
Webhook ID, prefixed hook_.
Body
application/json
The event to test the webhook for, in dot form (for example payment.succeeded).

