v1

latestOpenAPI 3.0.32026-07-26282561.6 KB
Fundraising

Investor List

Get a list of all investorID to use for calling Investors API.

get/v1/fundraising/investors/list

Response

Successful response

statusboolean

Example response

{
  "metadata": {
    "queryDate": "2026-01-08T10:13:58Z",
    "credit": {
      "used": 213,
      "limit": 300,
      "resetAt": "2026-08-01T00:00:00Z"
    }
  },
  "data": [
    {
      "investorId": "01-advisors",
      "investorName": "01 Advisors",
      "website": "https://01a.com/,https://www.linkedin.com/company/01a/,https://x.com/01Advisors",
      "latestFundingDate": "2021-11-04T00:00:00Z"
    }
  ]
}