v1

latestOpenAPI 3.0.02026-07-223589127.1 KB
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

fieldsstring[] required

Example request

{
  "fields": [
    "contact.email",
    "signals"
  ]
}

Response

Enrichment completed immediately.

dataobject required