Skip to main content
PATCH
Update investor list

Authorizations

X-API-Key
string
header
required

Path Parameters

listId
string<uuid>
required

The ID of the list being requested.

Body

application/json

Request to add and delete investor ids

add_ids
string[]

List of investors to add to the list

Specter investor ID being added

delete_ids
string[]

List of investors to remove from the list

Specter investor ID being removed

Response

The list including investor ids

id
string<uuid>
required

List Id

Example:

"5868fd24-b559-44db-8647-7535bd58451a"

name
string
required

Name of the list

Example:

"My Watchlist"

investors
object[]
required

The investors included in this list

created_at
string<date-time>

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

Example:

"2026-07-17T16:22:17.352985Z"

updated_at
string<date-time>

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

Example:

"2026-07-17T16:22:17.352985Z"