Saltar al contenido principal
PUT
/
crm
/
lists
/
2026-03
/
folders
/
move-list
cURL
curl --request PUT \
  --url https://api.hubapi.com/crm/lists/2026-03/folders/move-list \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "listId": "<string>",
  "newFolderId": "<string>"
}
'
This response has no body data.

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
listId
string
requerido

El ID de la lista que se moverá.

newFolderId
string
requerido

El ID de la carpeta a la que se moverá la lista; la carpeta raíz es el ID 0.

Respuesta

Last modified on April 14, 2026