Reverse Email Lookup
What it does
Takes an email address, searches Specter’s People Database and returns the most probable person along with their Specter person ID and core profile fields.
Why you’d use it
When you have an email address and need to resolve it to a Specter person record so you can standardize contacts, enrich them, or link inbound emails to the correct individual in our database.
Key behaviours
- Score: The score ranges from 1 to 10, indicating the confidence of the match. A score of 7 or higher generally reflects a reliable match. Scores below 7 should be treated with increasing caution.
This endpoint uses 1 credit per request.
Documentation Index
Fetch the complete documentation index at: https://api.tryspecter.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
Request to resolve an email address to a person.
Email of the person to look up.
"barney@example.com"
Response
Successful match response containing person details and confidence score.
"per_310bf5c3fda24292309031e0"
"Barney"
"Kelly-Wyatt"
"https://www.linkedin.com/in/barney-kelly-wyatt"
"5e3a7f2b0aa7a3270a55f2a7"
Confidence score for the match (1–10).
8