Multiples
Private v1ApiPrivateV1InvestorsId

Investor profile + activity stats

GET
/api/private/v1/investors/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

Send your API key as a bearer token in the Authorization header: Authorization: Bearer mpl_live_.... A single key grants access to all endpoints in this API. Contact your account manager to obtain or rotate a key.

In: header

Path Parameters

id*string
Formatuuid

Query Parameters

fields?string

Comma-separated allowlist of response fields. Default is all fields.

include_deleted?boolean

Return the entity even if soft-deleted (the response then carries deleted:true). When false/omitted, a soft-deleted entity returns 404.

Defaultfalse

Response Body

application/json

curl -X GET "https://example.com/api/private/v1/investors/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "data": {    "id": "9918f9bb-0d74-434d-9029-a44cbee87637",    "name": "Sequoia Capital",    "short_name": "Sequoia Capital",    "website": "http://www.sequoiacap.com",    "linkedin": "http://www.linkedin.com/company/sequoia",    "company_type": [      "Venture capital"    ],    "ownership": "Privately held",    "description": "Sequoia Capital is a venture capital firm headquartered in Menlo Park, California, with operations in the United States, China, India, and Southeast Asia. Founded in 1972, it invests in seed through growth-stage companies across sectors like consumer internet, enterprise software, healthcare, and semiconductors. The firm has backed transformative businesses including Apple, Google, WhatsApp, Airbnb, Stripe, NVIDIA, and DoorDash, achieving landmark returns from initial public offerings and acquisitions. Sequoia Capital maintains separate funds for U.S., China, and India ecosystems, supporting founders in building enduring technology leaders.",    "verticals": [      "PE & VC"    ],    "themes": null,    "city": "San Francisco, CA",    "country": "USA",    "region": "North America",    "area": "California",    "founded": 1972,    "ipoed": null,    "ceo": null,    "employee_count": null,    "revenue_model": [      "Investment management"    ],    "client_focus": [      "B2B"    ],    "active": false,    "created_at": "2026-02-27T19:16:25.527791+00:00",    "updated_at": "2026-02-27T19:16:25.527791+00:00",    "deleted": false,    "is_public": false,    "stats": {      "total_deals": 1445,      "deals_last_12m": 113,      "avg_round_size": 166.55930555555545,      "median_valuation": 1000,      "median_ev_revenue": 15.987220447284345,      "median_ev_ebitda": 33.80589430894309,      "most_common_deal_type": "Venture",      "most_common_deal_subtype": "Series A",      "top_countries": [        {          "country": "USA",          "count": 1013        },        {          "country": "IND",          "count": 109        },        {          "country": "CHN",          "count": 65        },        {          "country": "GBR",          "count": 36        },        {          "country": "DEU",          "count": 27        }      ],      "top_verticals": [        {          "vertical": "Artificial Intelligence",          "count": 144        },        {          "vertical": "Pure-Play AI Software",          "count": 132        },        {          "vertical": "BI & Analytics Software",          "count": 129        },        {          "vertical": "Cybersecurity",          "count": 126        },        {          "vertical": "Developer Tools",          "count": 86        }      ]    }  }}