Search Companies
Place a live company search order against official business registries.
Authorization
api_key Sign up at Kausate.com to get an API key
In: header
Query Parameters
Mark as a batch/backfill request. Batch requests run at lowest priority to avoid blocking interactive queries.
falseHeader Parameters
"2026-05-01"dateOptional customer ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://api.kausate.com/v2/companies/search" \ -H "Kausate-Version: 2026-05-01" \ -H "Content-Type: application/json" \ -d '{ "companyName": "Lindt", "jurisdictionCode": "de" }'{
"orderId": "de-live-search-lindt-20240319143022",
"customerReference": "search-ref-123"
}{
"detail": "Invalid company ID format"
}{
"detail": "Invalid API key"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"detail": "An internal error occurred"
}Last updated on