Private Markets Investor Profile
GET
https://api.unusualwhales.com/api/private-markets/investors/{name}
Request
Security:
Bearer Auth
Authorization: Bearer <token>
Path Parameters
name
string
required
The investor's name (URL-encoded).
Responses
200 404 422 500Response Body 200 OK
companies
array[Private Markets Company]
name
string
Example:
Sequoia Capital
Try It
GET
Path Parameters
Request Sample
curl -X GET "https://api.unusualwhales.com/api/private-markets/investors/{name}" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json"
Response Example
200
{
"data": {
"companies": [
null
],
"name": "Sequoia Capital"
}
}