Skip to main content

Polling strategy

All async APIs require polling. Poll the status endpoint once per minute for up to 90 minutes. If your request has not completed within 90 minutes, treat it as timed out — our team is automatically notified and will investigate promptly.

Error guides

Webhooks

Instead of polling for results after submitting a request, you can use webhooks to receive the data automatically once processing is complete. When a request finishes, we’ll send the payload directly to your configured endpoint — no repeated status checks required. Webhook configuration is handled by our customer success team. Please reach out to our Customer Success team to get webhook endpoint registered and activated.

How It Works

  1. Submit an enrichment request via any of the supported endpoints (e.g. POST /api/enterprise/company/enrich/). You’ll receive a request_id with a PENDING status as usual.
  2. Once processing is complete, we’ll send an HTTP POST request to your registered webhook URL.
  3. Your server should respond with a 200 OK to acknowledge receipt.
Here is sample payload.