KausateKausate Docs
Search

Autocomplete Companies (indexed)

Fast type-ahead suggestions for company names. Returns up to 50 matching companies based on name prefix.

GET
/v2/companies/search/autocomplete
X-API-Key<token>

Sign up at Kausate.com to get an API key

In: header

Query Parameters

jurisdictionCode?|
query*string
Length2 <= length
limit?|
Default10

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://api.kausate.com/v2/companies/search/autocomplete?query=string"
{
  "results": [
    {
      "kausateId": "string",
      "jurisdictionCode": "aa",
      "name": "string",
      "alternativeNames": "string",
      "identifiers": [
        {
          "value": "string",
          "type": "string",
          "source": "string",
          "description": "string",
          "extra": {}
        }
      ]
    }
  ]
}
{
  "detail": "Invalid company ID format"
}
{
  "detail": "Invalid API key"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
{
  "detail": "An internal error occurred"
}

Last updated on