Skip to main content
GET
JavaScript

Authorizations

Authorization
string
header
required

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

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-08-05-1"

Path Parameters

id
string
required

Webhook ID, prefixed hook_.

Query Parameters

first
integer

The number of deliveries to return (default 50, max 100).

after
string

A cursor; returns deliveries after this position.

Response

deliveries listed

data
object[]
required
page_info
object
required