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": {}
}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": {}
}Productos compatibles
Ámbitos Requeridos
The access token received from the authorization server in the OAuth 2.0 flow.
La ubicación del sistema de archivos del que se va a extraer el archivo zip.