What We Fetch
Using a SIRET or SIREN, Korint retrieves:- Company Legal Name: Official registered business name
- Business Activity: NAF/APE code indicating the type of business activity
- Legal Structure: Company type (SARL, SAS, etc.)
- Company Address: Registered business address
- Company Status: Whether the company—and the specific establishment—is active or closed
- Registration Date: When the company was registered
Looking a company up directly
GET /siren queries the registry without touching a contract. Pass at least one of siren,
siret or name as a query parameter — all three are optional individually, and a name search returns
several matches:
tenant header. The response carries total and a data
array of formatted company records — use it to let a user pick their company before you create anything.
A malformed identifier returns INVALID_CUSTOMER_SIRET or INVALID_CUSTOMER_SIREN, and a call with no
query parameter at all returns REQUEST_VALIDATION_FAILED.
How enrichment overwrites what you send
You do not copy those values onto the customer yourself. Enrichment is automatic and authoritative: supplying the field whose integration key issiret triggers the lookup, and every other customer field
mapped to a company-registry key is overwritten with the registry’s value — regardless of what you sent.
Underwriting depends on the registry being the source of truth for company identity.
Send the SIRET, then read the customer back. The registry key list, what happens to legal statuses the
registry omits, and why an invalid SIRET discards the rest of your request are in
Fields the platform owns.
Use in fraud detection
The same registry lookup supports document fraud detection. When a document carries a company identifier, Korint can confirm the company existed and was active on the document’s date, and that the name on the document matches the registry. Companies whose data is legally restricted (non-diffusible) are not assessed.Related Documentation
- Fraud detection: How document fraud checks use registry data
- Third-Party Integrations Overview: Overview of all external system integrations

