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": {}
}Extraia um arquivo zip no sistema de arquivos do desenvolvedor. O status da extração pode ser verificado com o ponto de extremidade “/extract/async/tasks/taskId/status” abaixo.
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": {}
}Produtos suportados
Escopos Necessários
The access token received from the authorization server in the OAuth 2.0 flow.
A localização no sistema de arquivos onde o arquivo zip deve ser extraído.