Skip to main content
GET
Get company data

Authorizations

X-API-Key
string
header
required

Your API key, from the API Panel.

Headers

X-Webhook-URL
string<uri>

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.

Example:

"https://webhook.site/YOUR-ID"

Path Parameters

domain
string
required

Company domain. stripe.com, www.stripe.com and https://stripe.com/pricing all resolve to the same company.

Example:

"stripe.com"

Query Parameters

enrich
string

Comma-separated enrichment modules. Base data (10 credits) is always included; each module adds its own cost. Requesting all six costs 60 credits.

Example:

"funding,team"

Response

Enriched within the last 24 hours — served from cache, 0 credits.

success
boolean
Example:

true

data
object

The enriched company. Which keys are present depends on the modules requested — see Response Schema for the full shape.

Example:
credits_used
integer

0 when served from the 24-hour cache.

Example:

0

from_recent_enrichment
boolean
Example:

true

credits_remaining
integer
Example:

4500