Get deals a person participated in (as an investor) by identifier
People
Get Person Deals
Retrieve all deals a person has participated in as an investor (angel deals + lead/firm deals) using any supported identifier format. The API intelligently detects the identifier type and queries accordingly.
Provide ONE of the following query parameters to identify the person:
id- Person UUIDlinkedin- LinkedIn person URLcrunchbase- Crunchbase person URLtwitter- Twitter/X URL
The response includes the person’s investment deals with pagination.
GET
Get deals a person participated in (as an investor) by identifier
Authorizations
API key authentication using Bearer token format.
Format: Authorization: Bearer vg_your_api_key_here
Query Parameters
Person UUID
LinkedIn person URL
Crunchbase person URL
Twitter/X URL
Page number (0-based)
Required range:
x >= 0Number of results per page (1-500)
Required range:
1 <= x <= 500
