Skip to main content
POST
Bulk Create Watches

Overview

Bulk-create variant of Create Watch. The full set is validated upfront; there are no partial inserts. Counts against your plan’s watch limit. Requires the portfolios:manage scope.

Body Parameters

object[]
required
1-100 watch specifications. Each item has the same shape as the body of Create Watch.

Response

string
Always "list".
object[]
Array of created Watch objects, in input order.
string
Request identifier.
Filter keys inside query.filters are camelCase (niceClasses, jurisdictions, ownerId, …). Unknown keys, including snake_case typos like nice_classes, are rejected with 400, as is query.match in any form. See the canonical query reference.

Errors

Code Examples