v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Integration

Provide a paginated list of event

Retrieves the collection of WebhookEventLogEntry resources.

get/events

Query parameters

pageinteger

The collection page number

limitinteger

The number of items per page

paginationboolean

Enable or disable pagination

Response

WebhookEventLogEntry collection

eventstring[]
resourcestring[]
idstring

This is the unique identifier of the resource

Example response

[
  {
    "id": "identifier_example"
  }
]