Zum Hauptinhalt springen
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.de/docs/llms.txt

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

Supported products

Autorisierungen

Authorization
string
header
erforderlich

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

Body

application/json
listId
string
erforderlich

Die ID der Liste, die verschoben werden soll.

newFolderId
string
erforderlich

Die ID des Ordners, in den die Liste verschoben werden soll; der Stammordner hat die ID 0.

Antwort

Last modified on May 26, 2026