Skip to main content
The Enrich Contacts endpoint takes minimal identifying information about a person and returns a complete, cleaned professional profile pulled from Clodura’s database. You can use this endpoint to fill in missing CRM fields, standardize contact records, and add firmographic context (such as industry, revenue, and employee count) to your existing contact lists — all without manual research. Clodura matches contacts based on the identifiers you supply. The more specific the input, the higher the match confidence. For example, providing a linkedinUrl produces the most accurate results, while passing only a name with an organization name has lower confidence and may return a 200 with no enriched data if no match is found.
Credit cost:
  • 1 credit when only organization-level details are returned.
  • 2 credits when a full person enrichment is completed by Clodura.
No credits are charged if Clodura cannot find any matching information.

Endpoint

POST /api/v1/cleanup/enrich

Request

Headers

Body Parameters

At least one identifier must be provided. Using a combination of fields increases match accuracy.
string
The person’s LinkedIn profile URL (e.g., https://www.linkedin.com/in/kapilkhangaonkar/). This is the highest-confidence identifier — use it whenever available.
string
The person’s email address (e.g., john@example.com). Produces medium-confidence matches, especially when combined with firstName and lastName.
string
The person’s first name. Use in combination with lastName and at least one company identifier.
string
The person’s last name. Use in combination with firstName and at least one company identifier.
string
The name of the person’s employer. Use with firstName and lastName when no domain or LinkedIn URL is available. This produces the lowest-confidence match.
string
The LinkedIn URL of the employer organization (e.g., https://www.linkedin.com/company/clodura-ai/). Combine with firstName and lastName for medium-confidence matching.

Example Request

Response

A successful 200 response returns a fully enriched contact object along with credit usage details.
string
Clodura’s unique identifier for the matched person.
string
The person’s first name.
string
The person’s last name.
string
The person’s LinkedIn profile URL.
string
The person’s current job title.
array
Department or functional area (e.g., Engineering, Sales).
array
Seniority level (e.g., Entry Level, Manager, Director).
string
The person’s current city.
string
The person’s current state.
string
The person’s current country.
object
object

Example Response

Error Codes