latestOpenAPI 3.1.02026-08-18104219248.1 KB

ad6ac1d13526

accounts

Enrich Account

Look up what a company does from its website domain.

Stored company data is returned when the workspace already knows the domain; otherwise the company's website is summarized on the fly. Nothing is written to the workspace, so this never creates an account — use POST /v1/accounts for that.

Requires the accounts:read scope on the API key.

post/v1/accounts/enrich

Request body

domainstring required

Website domain of the company to look up.

Response

Successful Response

namestring nullable

Company name.

domainstring required

Website domain that was looked up.

summarystring nullable

What the company does, summarized from its website when no stored data exists.

employee_countinteger nullable

Known headcount.

industrystring nullable

Known industry.