Skip to main content
GET
List webhook deliveries

Authorizations

Authorization
string
header
required

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

Path Parameters

endpoint_id
string
required

Query Parameters

include
string
page[number]
integer
page[size]
integer
filter[status]
string

Delivery status: pending, success, failed. Comma-separated. Unknown values are ignored; if no valid values remain, the result set is empty.

filter[created_at][gt]
string<date-time>

Created after this timestamp (exclusive). Use ISO 8601 with Z or a numeric UTC offset.

filter[created_at][gte]
string<date-time>

Created at or after this timestamp (inclusive). Use ISO 8601 with Z or a numeric UTC offset.

filter[created_at][lt]
string<date-time>

Created before this timestamp (exclusive). Use ISO 8601 with Z or a numeric UTC offset.

filter[created_at][lte]
string<date-time>

Created at or before this timestamp (inclusive). Use ISO 8601 with Z or a numeric UTC offset.

filter[delivered_at][gt]
string<date-time>

Delivered after this timestamp (exclusive). Use ISO 8601 with Z or a numeric UTC offset.

filter[delivered_at][gte]
string<date-time>

Delivered at or after this timestamp (inclusive). Use ISO 8601 with Z or a numeric UTC offset.

filter[delivered_at][lt]
string<date-time>

Delivered before this timestamp (exclusive). Use ISO 8601 with Z or a numeric UTC offset.

filter[delivered_at][lte]
string<date-time>

Delivered at or before this timestamp (inclusive). Use ISO 8601 with Z or a numeric UTC offset.

Response

success

data
object[]
required
meta
object
included
object[]