Pular para o conteúdo principal
PUT
/
crm
/
v3
/
lists
/
folders
/
move-list
Move uma lista para a pasta especificada
curl --request PUT \
  --url https://api.hubapi.com/crm/v3/lists/folders/move-list \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "listId": "<string>",
  "newFolderId": "<string>"
}
'
This response has no body data.

Produtos suportados

Requer um dos seguintes produtos ou superior.
Marketing HubMarketing Hub -Grátis
Sales HubSales Hub -Grátis
Service HubService Hub -Grátis
Content HubContent Hub -Grátis

Autorizações

Authorization
string
header
obrigatório

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

Corpo

application/json
listId
string
obrigatório

O ID da lista a ser movida.

newFolderId
string
obrigatório

O ID da pasta à qual mover a lista; a pasta raiz é o ID 0.

Resposta

Last modified on January 5, 2026