Skip to main content
POST
Contacts Information

Introduction

The Contact details enrichments API provides detailed information about individual prospects, including contact details, professional emails, and phone numbers. This API is crucial for lead enrichment, personalized outreach, and enhancing sales intelligence workflows. Key Benefits:
  • Access validated contact information for prospects.
  • Retrieve multiple email addresses, including personal and professional.
  • Ensure accurate and up-to-date data for prospecting and engagement.

Endpoint: POST /prospects/contacts_information/enrich

  1. Input: Provide a prospect_id (retrieved from the Match Prospects endpoint) to retrieve enrichment details.
  2. Processing: The system scans and fetches available data from multiple sources.
  3. Output: A structured response containing contact details, emails, and phone numbers.
  • Use verified prospect IDs for accurate enrichment.
  • Cross-check multiple contact points to reach prospects effectively.
  • Store enriched data in CRM for seamless sales workflows.
  • Update prospect details regularly to maintain accuracy in outreach campaigns.

Body Params - Try Me Example

Email Only (2 credits):
Phone Only (5 credits):
Both Email and Phone (5 credits) - Default behavior:
Backward Compatible (no parameters = all contact types):

Authorizations

api_key
string
header
required

Body

application/json
prospect_id
string
required

The prospect_id to enrich.

Pattern: ^[a-f0-9]{40}$
request_context
Request Context · object | null
Example:

null

parameters
Parameters · object | null

Response

Successful Response

This is base response model for all responses in partner service.

response_context
ResponseContext · object
required
data
ContactsInformationOutputSchema · object
entity_id
Pattern: ^[a-f0-9]{32}$