v1

latestOpenAPI 3.0.1MIT2026-07-2651432.2 KB

Create a new enrichment

post/async

Request body

enrich_email_addressboolean required

If true, work email address of the contact will be enriched.

enrich_phone_numberboolean required

If true, direct phone number of the contact will be enriched.

webhookstring

You can provide a webhook URL where results will be pushed once enrichment is done.

process_flowstring

Add the process flow ID to use for your enrichment, if subscribed to the process flow add-on.

Response

Enrichment task created

successboolean
idstring
messagestring

Example response

{
  "success": true,
  "id": "your-request-id",
  "message": "Processing..."
}