curl --request POST \
--url https://api.hubapi.com/webhooks-journal/journal-local/2026-03/batch/read \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
"<string>"
]
}
'{
"completedAt": "2023-11-07T05:31:56Z",
"results": [
{
"currentOffset": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"expiresAt": "2023-11-07T05:31:56Z",
"url": "<string>"
}
],
"startedAt": "2023-11-07T05:31:56Z",
"links": {},
"requestedAt": "2023-11-07T05:31:56Z"
}Webhookジャーナルに対してバッチ読み取り処理を実行します。このエンドポイントを使用すると、1つのリクエストでジャーナルから複数のエントリーを読み取ることができます。読み取る入力を指定するJSONリクエスト本文が必要です。レスポンスにはバッチ読み取り処理の結果が含まれ、エラーがある場合は複数のステータスが返されることがあります。
curl --request POST \
--url https://api.hubapi.com/webhooks-journal/journal-local/2026-03/batch/read \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"inputs": [
"<string>"
]
}
'{
"completedAt": "2023-11-07T05:31:56Z",
"results": [
{
"currentOffset": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"expiresAt": "2023-11-07T05:31:56Z",
"url": "<string>"
}
],
"startedAt": "2023-11-07T05:31:56Z",
"links": {},
"requestedAt": "2023-11-07T05:31:56Z"
}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。このパラメーターは任意であり、ターゲットポータルを指定するために使用されます。
処理する文字列の配列。このプロパティーは必須です。
successful operation
バッチ操作が完了した日時(ISO 8601形式)。
バッチ処理の結果の配列。各結果はJournalFetchResponseオブジェクトとして表されます。
Show child attributes
バッチ操作が開始された日時(ISO 8601形式)。
バッチ操作の現在のステータス。有効な値は「PENDING」、「PROCESSING」、「CANCELED」、「COMPLETE」です。
CANCELED, COMPLETE, PENDING, PROCESSING バッチ操作に関連付けられたURIへのリンク名の対応付け。
Show child attributes
バッチ操作が要求された日時(ISO 8601形式)。