Enrichment.log

Documenting APIs for identity resolution and data enrichment.
GET /person/enrich

Retrieving Full Profiles via Email

Most enrichment APIs start with a single email address. By querying the endpoint below, you can return a JSON object containing the target's full name, current employer, and role.

// Request
GET https://api.enrichment.test/v1/person?email=jane@example.com

// Response Preview
{
  "full_name": "Jane Doe",
  "company": "Tech Solutions Inc.",
  "seniority": "Director",
  "linkedin_url": "..."
}
POST /company/employees

Finding Decision Makers by Domain

If you only have a company website (e.g., stripe.com), you can use this endpoint to generate a list of verified emails for specific departments.

GET /reverse/phone

Reverse Phone Lookup Strategies

Exploring methods to map a raw phone number to a Registered Name and billing address using the newest carrier datasets.