v1
latestOpenAPI 3.0.02026-07-223589127.1 KBEnrichments
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.