v1

latestOpenAPI 3.0.32026-07-26282561.6 KB
Fundraising

Investor List v5

Get a list of all investorIDs. v5 adds pagination and optional startLatestFundingDate/endLatestFundingDate filters.

get/v5/fundraising/investors/list

Query parameters

startLatestFundingDatestring date

Filter investors whose latestFundingDate is on or after this date (YYYY-MM-DD).

endLatestFundingDatestring date

Filter investors whose latestFundingDate is on or before this date (YYYY-MM-DD).

pageinteger

Page number (1-indexed).

pageSizeinteger

Number of investors per page.

Response

Successful response

statusboolean

Example response

{
  "metadata": {
    "queryDate": "2026-01-08T10:13:58Z",
    "credit": {
      "used": 213,
      "limit": 300,
      "resetAt": "2026-08-01T00:00:00Z"
    },
    "page": 1,
    "pageSize": 50,
    "totalPages": 10,
    "total": 487
  },
  "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"
    }
  ]
}