CRM
Deutsch
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.
Wenn Sie eine Liste und einen Ordner angeben, wird die Liste in diesen Ordner verschoben.
crm.lists.read
crm.lists.write
cms.membership.access_groups.write
The access token received from the authorization server in the OAuth 2.0 flow.