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.
Given a list and a folder, the list will be moved to that folder.
Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
The Id of the list to move.
The Id of folder to move the list to, the root folder is Id 0.
Was this page helpful?