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": {}
}Extrayez un fichier zip dans le système de fichiers du développeur. L’état de l’extraction peut être vérifié avec le point de terminaison d’API « /extract/async/tasks/taskId/status ».
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
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
L'emplacement du système de fichiers où le fichier zip doit être extrait.