Get company data
Returns company data for a domain, enriching it first when we do not already hold something recent.
Two outcomes, and both are success:
200— the domain was enriched within the last 24 hours, so you get the data straight away and spend 0 credits.202— nothing recent on file, so enrichment is queued. Credits are reserved now; results arrive at your webhook, or you pollstatus_endpoint.
A 409 is normal too: we deduplicate per domain, so a second request while one is in flight is refused rather than charged twice.
A webhook URL is required for anything that triggers enrichment — send X-Webhook-URL here, or store one once via POST /account/webhook.
Headers
Where to deliver the results. Must be https://. Overrides the URL stored on the account. Required unless one is already stored — without either, enrichment is refused with 400 webhook_required before any credits are spent.
"https://webhook.site/YOUR-ID"
Path Parameters
Company domain. stripe.com, www.stripe.com and https://stripe.com/pricing all resolve to the same company.
"stripe.com"
Query Parameters
Comma-separated enrichment modules. Base data (10 credits) is always included; each module adds its own cost. Requesting all six costs 60 credits.
"funding,team"
Response
Enriched within the last 24 hours — served from cache, 0 credits.
true
The enriched company. Which keys are present depends on the modules requested — see Response Schema for the full shape.
0 when served from the 24-hour cache.
0
true
4500

