メインコンテンツへスキップ
POST
/
cms
/
source-code
/
2026-03
/
extract
/
async
zipファイルを抽出
curl --request POST \
  --url https://api.hubapi.com/cms/source-code/2026-03/extract/async \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "path": "<string>"
}
'
{
  "id": "<string>",
  "links": {}
}

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

承認

Authorization
string
header
必須

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

ボディ

application/json
path
string
必須

zipファイルが抽出されるファイルシステムでの位置。

レスポンス

accepted

id
string
必須

タスクの固有ID。

エラーまたは推奨の修正手順に関するドキュメントが含まれる関連付けられたURIへのリンク名の対応付け

Last modified on April 13, 2026