Passer au contenu principal
POST
/
cms
/
v3
/
source-code
/
extract
/
async
Extraire un fichier zip
curl --request POST \
  --url https://api.hubapi.com/cms/v3/source-code/extract/async \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "path": "<string>"
}
'
{
  "id": "<string>",
  "links": {}
}

Produits pris en charge

Exige l'un des produits suivants ou un produit supérieur.
Marketing HubMarketing Hub -Gratuit
Sales HubSales Hub -Gratuit
Service HubService Hub -Gratuit
Content HubContent Hub -Starter

Autorisations

Authorization
string
header
requis

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

Corps

application/json
path
string
requis

L'emplacement du système de fichiers où le fichier zip doit être extrait.

Réponse

accepted

id
string
requis

Identifiant unique de la tâche.

Une collection de noms de liens mappés aux URI correspondantes.

Last modified on January 26, 2026