Skip to main content
GET
/
v1
/
theses
cURL
curl --request GET \
  --url https://api.investor.caplia.ai/v1/theses
[
  {
    "id": "<string>",
    "name": "<string>",
    "description": "<string>",
    "is_active": true
  }
]

Response

Active investment theses for caller's team

id
string
required
name
string
required
description
string | null
required
is_active
boolean
required