Contact enrichment lets you retrieve verified work emails, personal emails, and phone numbers for people in your prospect list. Descovo offers three patterns depending on the scale of your use case: a synchronous single-profile endpoint for quick lookups, an async batch endpoint for large lists, and audience-based enrichment when you want to process an entire saved segment. Credits are charged per data point successfully returned — if no email or phone is found for a profile, you are not charged.Documentation Index
Fetch the complete documentation index at: https://docs.descovo.com/llms.txt
Use this file to discover all available pages before exploring further.
- Sync
- Batch start
- Batch poll
Sync contact enrichment
Use the sync endpoint when you need contact data for a single LinkedIn profile and want the result immediately in the response.Endpoint:POST https://api.descovo.com/v1/individual-reveal/syncAuth:
apiKey in the request bodyCredit behavior: Charged immediately per data type found
Request parameters
Your Descovo API key.
The full LinkedIn profile URL of the person to enrich. Example:
"https://www.linkedin.com/in/example-profile/".Which contact data types to request. Set each to
true or false.Response fields
Example
Request:Enriching contacts within an audience
For full-scale workflows — finding, filtering, enriching, and exporting a large segment — use audience-based enrichment rather than the batch endpoint. The audience workflow gives you search filters, cost estimation, and CSV export in a single pipeline. See Audiences for the complete endpoint sequence.Credit costs
| Data type | Typical cost |
|---|---|
| Work email found | 2 credits |
| Personal email found | 2 credits |
| Phone number found | 3 credits |