Scheduler Zero
REST APIAPI referenceLead lists

Create a folder

Requires the `leadList:create` permission.

POST
/lead-lists/folders

Requires the leadList:create 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 POST "https://example.com/lead-lists/folders" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
Empty