Skip to main content
POST
Create investor list

Authorizations

X-API-Key
string
header
required

Body

application/json

Name and list of investors to add to the new list

name
string
required

Name of the list to create

Minimum string length: 1
Example:

"Top European Seed VCs"

investor_ids
string[]

Specter investor IDs to add to the list at creation time. Duplicates are deduplicated server-side.

Specter investor ID

is_public
boolean
default:false

Whether the list is shared with other users in the team

Example:

true

Response

The ID of the list that was created

ID of the list

Example:

"a1d2434c-e089-480a-8a27-9909d2f558b4"