Get the latest local journal entry
Retrieve the latest entries from the webhooks journal for the specified portal. This endpoint is useful for accessing the most recent webhook events that have been logged, allowing you to process or analyze them as needed.
Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Supported products
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
The ID of the portal for which to retrieve the latest journal entries. This parameter is optional and should be an integer.
Response
The error category.
A unique identifier for the request, formatted as a UUID. This should be included with any error reports or support tickets.
"aeb5f871-7f07-4993-9211-075dc63e7cbf"
A human readable message describing the error along with remediation steps where appropriate. It is a string.
"An error occurred"
Context about the error condition, represented as an object with additional properties.
"{invalidPropertyName=[propertyValue], missingScopes=[scope1, scope2]}"
An array providing further information about the error, with each item being an ErrorDetail object.
A map of link names to associated URIs containing documentation about the error or recommended remediation steps, represented as an object with string properties.
A specific category that contains more specific detail about the error, represented as a string.