Skip to main content
The Enrich Company endpoint retrieves a comprehensive profile for any organization in Clodura’s database. At its core, every request returns firmographic data — company name, domain, founding year, industry, employee count, revenue, HQ address, contact details, and key financial metrics. You can optionally expand the response with three additional data components: technographics (tech stack, programming languages, operating systems), acquisition history, and funding event details. Each additional component adds one credit to the base cost. You must supply at least one unique identifier — either an organisationId (obtained from Search Organizations) or an orgLinkedinUrl. If both are provided, organisationId takes precedence.
Credit cost by requested components:

Endpoint

POST /api/v1/organisation/enrich

Request

Headers

Body Parameters

string
Clodura’s unique identifier for the company. Obtain this from the Search Organizations endpoint. Provide either this field or orgLinkedinUrl.
string
Full LinkedIn Company profile URL (e.g., https://www.linkedin.com/company/clodura-ai/). Required if organisationId is not provided.
boolean
When true, the response includes the company’s technology stack, programming languages, operating systems, and products in use. Adds 1 credit. Defaults to false.
boolean
When true, the response includes a list of companies acquired by the organization and any subsidiary relationships. Adds 1 credit. Defaults to false.
boolean
When true, the response includes all recorded funding events with round type, investors, date, and amount. Adds 1 credit. Defaults to false.
You must provide at least one of organisationId or orgLinkedinUrl. Requests that include neither will be rejected with a 422 error.

Example Request

Response

A successful 200 response returns an organisation object containing all requested data components.
object

Example Response

Error Codes