Skip to main content
POST
Submit enrichment

POST /api/enrichments

Schema-driven person enrichment. Returns 200 sync or 202 async.
Performs schema-driven person enrichment. Provide an identifier and requested fields.

Example

Authorizations

X-Access-Key
string
header
required

The public API key from the Credentials page.

X-Secret-Key
string
header
required

The API secret shown when the credential is created.

Headers

Idempotency-Key
string

Prevents duplicate work if you retry the same request with the same key.

Body

application/json
fields
string[]
required
Example:
identifier
object

Single person (mutually exclusive with identifiers)

identifiers
object[]

Batch (max 100); mutually exclusive with identifier

signals_config
object

Response

Enrichment completed immediately.

data
object
required
meta
object
required