One API call. Every hidden connection in your data. Plug in an email address or handle — get back the complete overlap graph: shared places, events, and context scores.
Submit your attendee list before the event. Surface who already has hidden history with each other. Unlock ice-breakers that actually mean something.
Find candidates who share meaningful background with your existing team — same universities, same conferences, same cities at the same time.
Before the call: does your prospect have hidden overlap with anyone on your team? The warm intro that wasn't even on LinkedIn.
Every request must include your API key in the Authorization header. Tokens are generated once and stored as a one-way hash — we can't recover them, so keep yours safe.
/api/v1/ping
Token verify + usage
Verifies your token is valid and returns current usage stats. Use as a health check.
None required
/api/v1/connections
Connection graph for a user
Returns all connections for a user. Requires email or phone — both are globally unique identifiers.
email
string — user's email address required*
phone
string — E.164 or digits only required*
page
integer — page number (default: 1)
* Provide one of email or phone.
/api/v1/overlaps
Overlap history for a user
Returns every detected place-overlap for the user: what happened, where, when, and who else was there.
email
string — user's email address required*
phone
string — E.164 or digits only required*
* Provide one of email or phone.
/api/v1/batch/overlaps
Pairwise overlap matrix
Submit up to 50 emails. Get back every pairwise overlap relationship in the group — ideal for pre-event intelligence.
emails
array — up to 50 email addresses
Request your API key. We review every integration to ensure user data is handled responsibly. Typical turnaround is 24–48 hours.