Data Enrichment
External data enrichment
Enrich a single lead
Enriches a lead with data from configured enrichment providers (ZoomInfo, Apollo, Clearbit)
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Path Parameters
idRequiredstringLead ID to enrich
Query Parameters
providerstringSpecific provider to use (optional)
"zoominfo" | "apollo" | "clearbit"forcebooleanForce re-enrichment even if recently enriched
Lead enriched successfully
Enrich a single contact
Enriches a contact with data from configured enrichment providers
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Path Parameters
idRequiredstringContact ID to enrich
Query Parameters
providerstringSpecific provider to use (optional)
"zoominfo" | "apollo" | "clearbit"forcebooleanForce re-enrichment even if recently enriched
Contact enriched successfully
Enrich a single account
Enriches an account with company data from configured enrichment providers
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Path Parameters
idRequiredstringAccount ID to enrich
Query Parameters
providerstringSpecific provider to use (optional)
"zoominfo" | "apollo" | "clearbit"forcebooleanForce re-enrichment even if recently enriched
Account enriched successfully
Bulk enrich multiple entities
Enriches multiple leads, contacts, or accounts in a single request
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Request Body
application/jsonRequiredentityTypeRequiredstringEntity type to enrich
"lead" | "contact" | "account"idsRequiredarray<string>Entity IDs to enrich
providerstringSpecific provider to use
"zoominfo" | "apollo" | "clearbit"forcebooleanForce re-enrichment even if recently enriched
falseBulk enrichment completed
Get enrichment provider status
Returns the connection status of all configured enrichment providers
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Provider status retrieved
List available enrichment providers
Returns a list of all enrichment providers with their capabilities
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Providers list retrieved
Test enrichment provider connection
Tests connectivity to enrichment providers using a sample lookup
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Query Parameters
providerstringSpecific provider to test (tests all if not specified)
"zoominfo" | "apollo" | "clearbit"Connection test results
Test specific enrichment provider
Tests connectivity to a specific enrichment provider
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Path Parameters
providerRequiredstringProvider to test
"zoominfo" | "apollo" | "clearbit"Connection test result
Preview lead enrichment
Shows what data would be enriched without actually updating the lead
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Path Parameters
idRequiredstringLead ID to preview enrichment for
Enrichment preview returned
Preview contact enrichment
Shows what data would be enriched without actually updating the contact
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Path Parameters
idRequiredstringContact ID to preview enrichment for
Enrichment preview returned
Preview account enrichment
Shows what data would be enriched without actually updating the account
Authorization
AuthorizationRequiredBearer <token>Enter your JWT token
In: header
Path Parameters
idRequiredstringAccount ID to preview enrichment for
Enrichment preview returned