Skip to main content
GET

Authorizations

Authorization
string
header
required

Primary scheme: Authorization: Key <key_id>:<secret>.

Query Parameters

limit
integer
default:20

Maximum items per page.

Required range: 1 <= x <= 100
cursor
string | null

Opaque cursor from the previous page's next_cursor; omit for the first page.

Response

Successful Response

data
WebhookDeliverySummary · object[]
required

This page of items.

next_cursor
string | null
required

Opaque cursor for the next page, or null when this response completes the list. Always present. Endpoints that serve the whole collection at once always return null.