Collection Items

Add entities to your collections across all supported types.

Supported Entity Types

Collections support all major entity types:

Entity Type

Description

Organizations

Companies and business entities

Products

Software products and solutions

People

Contacts and key personnel

Addresses

Business locations

Funding Rounds

Investment rounds and funding events

Item Operations

Operation

Description

Add Item

POST /collections/{id}/items

Bulk Add

POST /collections/{id}/items/bulk

Update Item

PATCH /collections/{id}/items/{item_id}

Delete Item

DELETE /collections/{id}/items/{item_id}

API Access: A Collection can only contain one entity type defined by the first entry.