Skip to main content
GET
/
lists
/
investors
Get all investor lists
curl --request GET \
  --url https://app.tryspecter.com/api/v1/lists/investors \
  --header 'X-API-Key: <api-key>'
[
  {
    "id": "b73c8bed-3b92-48f9-a879-40ee114dca03",
    "name": "Top European Seed VCs",
    "created_at": "2024-11-14T10:36:12.625Z",
    "updated_at": "2024-11-14T10:36:12.625Z",
    "investor_count": 25
  }
]

Documentation Index

Fetch the complete documentation index at: https://api.tryspecter.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Response

The investor lists

id
string<uuid>

List Id

Example:

"b73c8bed-3b92-48f9-a879-40ee114dca03"

name
string

Name of the list

Example:

"Top European Seed VCs"

created_at
string<date-time>

Date (YYYY:MM:DD) the list was created.

Example:

"2024-11-14T10:36:12.625Z"

updated_at
string<date-time>

Date (YYYY:MM:DD) the list was last updated.

Example:

"2024-11-14T10:36:12.625Z"

investor_count
integer

The number of investors in this list

Example:

25