Overview
When a domain enrichment is triggered, you receive abatch_id. Use these endpoints to track progress and retrieve results.
Recommended: Configure a webhook to receive results automatically. Use these endpoints as a fallback or for status monitoring.
Enrichment Lifecycle
Check Enrichment Status
Poll this endpoint to track enrichment progress:Status Response
results_endpoint will be null until the enrichment completes. Once status is completed, it returns the URL to fetch results.Status Values
Get Enrichment Results
Once status iscompleted, retrieve the full results:
Results Response
Credit Handling
Credits are deducted when the batch is queued, and refunded in full if it produces nothing:The refund lands on your balance before the webhook fires, so the
credits block in the
webhook payload already reflects it.Webhook Notification
When enrichment completes, we POST to your configured webhook:Configure Webhooks
Set up your webhook endpoint to receive notifications →

