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.Si se especifica una lista y una carpeta, la lista se moverá a esa carpeta.
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.Productos compatibles
Ámbitos Requeridos
cms.membership.access_groups.writecrm.lists.readcrm.lists.writeThe access token received from the authorization server in the OAuth 2.0 flow.