Passer au contenu principal
PUT
/
crm
/
v3
/
lists
/
folders
/
move-list
cURL
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.

Documentation Index

Fetch the complete documentation index at: https://developers.hubspot.fr/docs/llms.txt

Use this file to discover all available pages before exploring further.

Supported products

Autorisations

Authorization
string
header
requis

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

Corps

application/json
listId
string
requis

L'identifiant de la liste à déplacer.

newFolderId
string
requis

L'identifiant du dossier vers lequel déplacer la liste, l'identifiant du dossier racine est 0.

Réponse

Last modified on May 13, 2026