Scheduler Zero
REST APIAPI referenceLead lists

Move lists and folders under a new parent

Requires the `leadList:update` permission.

PUT
/lead-lists/update-parent

Requires the leadList:update permission.

Authorization

ApiKeyAuth
x-api-key<token>

API key created under Settings → API Keys. Scoped to a single workspace.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X PUT "https://example.com/lead-lists/update-parent" \  -H "Content-Type: application/json" \  -d '{    "items": [      {        "id": "string",        "type": "folder"      }    ],    "parentId": "string"  }'
Empty