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": {}
}Extrae un archivo zip en el sistema de archivos del desarrollador. El estado de la extracción puede comprobarse con el siguiente punto de terminación /extract/async/tasks/taskId/status.
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": {}
}Documentation Index
Fetch the complete documentation index at: https://developers.hubspot.es/docs/llms.txt
Use this file to discover all available pages before exploring further.
Supported products
Required Scopes
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.