Skip to main content
GET
List webhook messages

Authorizations

Authorization
string
header
required

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

Query Parameters

before
string<date> | null

Date time string in the ISO 8601 format.

Example:

"2024-01-20T16:04:11Z"

after
string<date> | null

Date time string in the ISO 8601 format.

Example:

"2024-01-20T16:04:11Z"

event_types
string[]

Event types to consider.

Example:
limit
number
Required range: 1 <= x <= 250
iterator
string

Response

200 - application/json
meta
object
required
data
object[]
required