JavaScript
Webhooks
List Deliveries
Returns a paginated list of delivery attempts for a webhook, ordered by most recent first. Includes the request payload, response body, response code, and timing for each attempt.
GET
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
Pins the request to a dated API version.
Example:
"2026-07-20"
Path Parameters
Webhook ID, prefixed hook_.
Query Parameters
The number of deliveries to return (default 50, max 100).
A cursor; returns deliveries after this position.

