Skip to main content
POST
Deep-dive a single investor, fund, or LP

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
investor_linkedin_url
string<uri>
fund_name
string
Minimum string length: 1
fund_domain
string
Minimum string length: 1

Response

200 -- success. Charges 5 credit(s) on this endpoint. cached is always false today -- no Helium endpoint is currently cached.

data
object
required

A LinkedIn person profile (if investor_linkedin_url was given) or company profile (if fund_name/fund_domain was given).

credits_charged
number
required

5 credit(s), charged even on a miss.

credits_remaining
number
required
cached
boolean
required

Always false today -- no Helium endpoint is currently cached.

request_id
string<uuid>
required