Passer au contenu principal
POST
/
cms
/
source-code
/
2026-03
/
extract
/
async
Extraire un fichier 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": {}
}

Supported products

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 carte des noms de liens vers les URI associés contenant de la documentation sur l'erreur ou les mesures correctives recommandées

Last modified on April 13, 2026