v1

latestOpenAPI 3.0.22026-07-26207170320.9 KB
Webhooks

List webhook events

Retrieve a list of events that have been sent to this webhook, with optional filtering by timestamp.

get/webhooks/{webhookId}/events

Query parameters

sentBeforestring date-time

Filter events sent before this time (specified as an ISO 8601 timestamp)

sentAfterstring date-time

Filter for resources sent after a certain time (specified as an ISO 8601 timestamp)

limitinteger

Defaults to 20

The maximum number of items to return. For details, see Pagination.

cursorstring

The position in the result list to start from when fetching paginated results. For details, see Pagination.

Response

Success

cursorstring required