Batch
Fetch Earliest Batch
Retrieve the earliest batch of webhook journal entries for a specified count. This endpoint is useful for accessing historical webhook data in batches, allowing you to process or analyze older entries. The number of entries retrieved is determined by the count parameter.
get/webhooks-journal/journal/2026-03/batch/earliest/{count}
Path parameters
countinteger required
The number of earliest journal entries to retrieve. This must be an integer with a minimum value of 1.
Query parameters
installPortalIdinteger
The ID of the portal installation. This is an integer value that specifies which portal's data to access.
Response
successful operation