Batch
Fetch earliest batch
Retrieve the earliest batch of webhook journal entries. This endpoint is useful for accessing the oldest available data in the webhook journal, allowing users to process or analyze historical webhook events. The number of entries to fetch is specified by the 'count' path parameter.
get/webhooks-journal/journal-local/2026-03/batch/earliest/{count}
Path parameters
countinteger required
The number of earliest webhook journal entries to retrieve. This is a required integer parameter with a minimum value of 1.
Query parameters
installPortalIdinteger
The ID of the portal installation to filter the webhook journal entries. This is an optional integer parameter.
Response
successful operation