Enrichments
Submit enrichment
Enrich one contact or a batch of contacts with requested fields such as verified email, phone, and signals. Small contact-only requests can complete immediately; larger requests return an operation to poll.
post/api/enrichments
Headers
Idempotency-Keystring
Prevents duplicate work if you retry the same request with the same key.
Request body
Example request
{
"fields": [
"contact.email",
"signals"
]
}Response
Enrichment completed immediately.
Changes
No recorded changes to this endpoint across all 1 revision of this API.