Skip to main content
GET
/
webhooks-journal
/
journal-local
/
2026-03
/
offset
/
{offset}
/
next
Retrieve Next Batch
curl --request GET \
  --url https://api.hubapi.com/webhooks-journal/journal-local/2026-03/offset/{offset}/next \
  --header 'Authorization: Bearer <token>'
{
  "message": "Invalid input (details will vary based on the error)",
  "correlationId": "aeb5f871-7f07-4993-9211-075dc63e7cbf",
  "category": "VALIDATION_ERROR",
  "links": {
    "knowledge-base": "https://www.hubspot.com/products/service/knowledge-base"
  }
}

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

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

offset
string
required

The starting point for retrieving the next set of journal entries. This is a string value.

Query Parameters

installPortalId
integer<int32>

The ID of the portal where the webhook is installed. This is an integer value.

Response

default - */*
category
string
required

The error category.

correlationId
string<uuid>
required

A unique identifier for the request, formatted as a UUID. This should be included with any error reports or support tickets.

Example:

"aeb5f871-7f07-4993-9211-075dc63e7cbf"

message
string
required

A human readable message describing the error along with remediation steps where appropriate. It is a string.

Example:

"An error occurred"

context
object

Context about the error condition, represented as an object with additional properties.

Example:

"{invalidPropertyName=[propertyValue], missingScopes=[scope1, scope2]}"

errors
object[]

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.

subCategory
string

A specific category that contains more specific detail about the error, represented as a string.

Last modified on May 11, 2026