Marketing API
Assets

Bulk Move

This API endpoint (POST) moves multiple assets with a single request. If the request succeeds, it will return the ids of the assets that were moved. Permissions: assets.edit

Note: Folders cannot be moved with this endpoint.

Body Parameters

assets array of strings * An array of strings each representing an asset id that you wish to remove. The maximum number of assets that can be moved in a single request is 500.

folder_id string * The id of the folder that you like the asset to be moved in.