Skip to main content
POST
Enrich Contact
This endpoint consumes enrichment credits. Each successful enrichment costs 1 credit. If the workspace’s balance is zero, the API returns 402 insufficient_credits and the contact is not modified.

Request

Headers

string
Optional UUID to deduplicate retried enrichment requests within 24 hours. The credit is charged only on the first successful call.

Body Parameters

string
required
UUID of the contact to enrich.
array
Optional whitelist of fields to update. Defaults to every safe-to-fill field (job_title, company_name, linkedin_url, phone, location, seniority).
boolean
default:"false"
When true, the enrichment can overwrite non-empty fields. By default only empty fields are populated.

Response

object
Responses include X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.

Example Response

Errors