Person by Email
GET/people/by-email1 credit

Person by Email

Resolve an email address to a person record in our database. Pairs with /enrich/email when the address is not already on file. 1 credit.

GEThttps://www.startuphub.ai/api/v1/people/by-email

Request

curl "https://www.startuphub.ai/api/v1/people/[email protected]" \
  -H "Authorization: Bearer sk_live_..."

Parameters

emailstringrequired

Email address to resolve

Response

json
{ "data": { "id": "uuid", "name": "Jane Doe", "slug": "jane-doe", "current_title": "VP Engineering, Ramp", "startuphub_url": "https://www.startuphub.ai/people/jane-doe" } }

Errors

400Missing or invalid email
401Invalid or missing API key
404No person matched that email