Webhooks
Get webhook messages
Retrieve all webhook messages sent.
Please note that, by default, this endpoint is limited to retrieving 90 days’ worth of data relative to now. Messages that date back more than 90 days are still accessible, but their payloads are expunged. If an iterator is provided, the endpoint retrieves data spanning 90 days before/after the time indicated by the iterator ID. If you require data beyond those time ranges, you will need to explicitly set the before or after parameter as appropriate.
GET
/
v1
/
webhooks
/
messages
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
before
string | null
Date time string in the ISO 8601 format.
after
string | null
Date time string in the ISO 8601 format.
event_types
string[]
Event types to consider.
limit
number
Required range:
1 < x < 250
iterator
string
Response
200 - application/json
meta
object
requireddata
object[]
requiredWas this page helpful?