Skip to main content
POST
Contacts Information

Description

The Bulk Contact Details Enrichment API allows users to retrieve verified data for multiple prospects in a single request. This endpoint enhances lead intelligence by providing accurate emails, phone numbers, and mobile numbers at scale. Key Benefits:
  • Bulk retrieval of enriched contact data for up to 50 prospects per request.
  • Enhance outreach with validated professional and personal contact details.
  • Optimize lead engagement by leveraging multiple verified data points.
  1. Input: Provide up to 50 prospect_id values, obtained from the Match Prospects endpoint.
  2. Processing: The system retrieves verified contact information, including emails and phone numbers.
  3. Output: Returns structured data in the same order as the input, ensuring easy mapping.
Bash
JSON
  • Batch process multiple prospect IDs to improve efficiency and reduce API calls.
  • Ensure valid prospect IDs are used to maximize data accuracy.
  • Leverage enriched contact data to refine lead scoring and improve outreach.
  • Regularly update CRM records with the latest contact details.
For additional enrichment options, explore related API endpoints below.

Body Params - Try Me Example

Authorizations

api_key
string
header
required

Body

application/json
prospect_ids
string[]
required
Required array length: 1 - 50 elements
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
total_results
integer
required
data
ProspectsBulkEnrichRow[ContactsInformationOutputSchema] · object[]
entity_id
Pattern: ^[a-f0-9]{32}$