Get Company Angles
GET/v1/companies/angles
For a target company (by domain), returns who in the caller's network might be able to introduce them to employees there.
contacts[]: people who can introduce (from the caller's CRM contacts, or the caller themselves via a shared past employer).targetEmployees[]: target-company employees reachable through those contacts, ranked bybestPathScoredesc.paths[]: each introduction edge —contactId→targetEmployeeIdviasharedEmployer.pathTypeis eitherdirect(the caller personally worked at the shared employer — they can reach out themselves) orcontact(one of the caller's CRM contacts worked there — the caller should ask that contact for the intro). Prefer entries withtenuresOverlap: true(they actually worked together, not just at the same company in different eras).
When paths is empty, emptyReason names the cause — an empty answer is never "you have no connections" by default. When the target company is too large to search whole, the most senior employees are searched and coverage reports the roster size against the number actually looked at; report that to the user rather than presenting a partial search as complete.
Routes that run through a person the organization holds no record of are withheld, because there is no contact detail to act on. unreachablePathsDropped counts them, so "no route you can act on" stays distinguishable from "no route at all".
Request
Responses
- 200
- 400
- 401
- 500
Introduction paths into the target company
Invalid request parameters
Invalid or missing API key
Internal server error