Saltar al contenido principal
POST
/
cms
/
source-code
/
2026-03
/
extract
/
async
Extraer un archivo 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": {}
}

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

Autorizaciones

Authorization
string
header
requerido

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

Cuerpo

application/json
path
string
requerido

La ubicación del sistema de archivos del que se va a extraer el archivo zip.

Respuesta

accepted

id
string
requerido

El identificador único de la tarea.

Un mapa de nombres de enlaces a las URI asociadas que contienen documentación sobre el error o los pasos recomendados para solucionarlo

Last modified on April 13, 2026