Skip to main content
POST
Create Portfolio Items Bulk

Authorizations

X-API-Key
string
header
required

Body

application/json

Request body for adding multiple BusinessSearches to monitoring.

business_search_ids
string<uuid>[]
required

The UUIDs of the business searches to add to portfolio monitoring.

Required array length: 1 - 250 elements
Example:
group_id
string<uuid> | null

The optional UUID of the group to add the newly created items to.

Example:

"ede786f3-33ae-4894-843d-af2025f1d5b0"

Response

Successful Response

Partial-success response for bulk portfolio item creation.

items
AddPortfolioItemsBulkItemResponse · object[]

Portfolio items successfully created.

errors
AddPortfolioItemsBulkError · object[]

Per-search failures that did not block the whole request.