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"
}
}指定されたオフセットから次のWebhookジャーナルエントリーのセットを取得します。このエンドポイントは、Webhookジャーナルデータを順次ページ分割し、特定のポイント以降のエントリーを取得するのに役立ちます。
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.jp/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
The access token received from the authorization server in the OAuth 2.0 flow.
次のジャーナルエントリーセットを取得するための開始点。これは文字列値です。
WebhookがインストールされているポータルのID。これは整数値です。
エラーカテゴリー。
リクエストの固有ID。UUID形式です。エラー報告またはサポートチケットには必ずこの値を含めてください。
"aeb5f871-7f07-4993-9211-075dc63e7cbf"
エラーと、該当する場合は修正手順を記した人間が理解できるメッセージ。文字列です。
"An error occurred"
エラー状態に関する背景情報で、追加プロパティーがあるオブジェクトとして表されます。
Show child attributes
"{invalidPropertyName=[propertyValue], missingScopes=[scope1, scope2]}"
エラーに関する詳細情報を提供する配列で、各項目はErrorDetailオブジェクトです。
Show child attributes
エラーに関するドキュメントまたは推奨される修正手順が含まれる関連付けられたURIへのリンク名の対応付けで、文字列プロパティーがあるオブジェクトとして表されます。
Show child attributes
エラーに関するより具体的な詳細が含まれる特定のカテゴリーで、文字列として表されます。