curl --request GET \
--url https://api.hubapi.com/webhooks-journal/journal/2026-03/earliest \
--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ジャーナルから最も古いエントリーを取得します。このエンドポイントは、ジャーナルで利用可能な最も古いレコードにアクセスするのに役立ち、監査や履歴データ分析に有用です。
curl --request GET \
--url https://api.hubapi.com/webhooks-journal/journal/2026-03/earliest \
--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.
ジャーナルエントリーを絞り込むためのポータルインストールの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
エラーに関するより具体的な詳細が含まれる特定のカテゴリーで、文字列として表されます。