Skip to main content
POST
This endpoint adds several custom checklist requirements to a specific lead. It behaves like Create Lead Checklist Item, but accepts an array of items. Each item is processed independently and the response reports a per-item result, so a problem with one item does not stop the others from being created. Items created this way are scoped to the lead — they do not affect your template checklists or any other lead.

Authentication

Requires the x-api-key header with a valid workspace API key.

Path Parameters

string
required
Unique identifier of the lead to add the checklist items to.

Request Body

object[]
required
Array of checklist items to create. Must contain between 1 and 25 items. Each item has the same shape as the body of Create Lead Checklist Item:

Response

The endpoint returns 201 with a results array in the same order as the submitted items. Each entry reports whether that item was created — inspect each entry’s success field to see which ones succeeded.
object[]
Per-item outcomes, in the same order as the request items.