Skip to main content
GET
List events for a webhook

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Webhook ID.

Query Parameters

cursor
string

Opaque cursor from the previous page.

limit
integer
default:25

Maximum number of events to return.

Required range: 1 <= x <= 100

Response

Webhook event feed

data
object[]

Canonical list envelope. Same items as events (kept as a backwards-compatible alias).

events
object[]

Backwards-compatible alias of data.

nextCursor
string | null
hasMore
boolean