v1

latestOpenAPI 3.0.42026-07-2286621993.2 KB
webhooks-events

List event notifications

Lists webhooks event notifications. Use query parameters to filter the response.

get/v1/notifications/webhooks-events

Query parameters

page_sizeinteger

The number of webhook event notifications to return in the response.

start_timestring

Filters the webhook event notifications in the response to those created on or after this date and time and on or before the end_time value. Both values are in Internet date and time format format. Example: start_time=2013-03-06T11:00:00Z.

end_timestring

Filters the webhook event notifications in the response to those created on or after the start_time and on or before this date and time. Both values are in Internet date and time format format. Example: end_time=2013-03-06T11:00:00Z.

transaction_idstring

Filters the response to a single transaction, by ID.

event_typestring

Filters the response to a single event.

Response

A successful request returns the HTTP 200 OK status code and a JSON response body that lists webhooks event notifications.

countinteger

The number of items in each range of results. Note that the response might have fewer items than the requested page_size value.