v1

latestOpenAPI 3.0.3Kyckr API License2026-07-2293773.2 KB
Companies

Search for companies

Search companies using company name or registration number. You must provide one of name or companyNumber.

With an isoCode, a search will be performed directly at the registry for that jurisdiction.

Without an isoCode, Kyckr will perform a global search across all jurisdictions. It is important to remember that the Global Search uses stored data. Once you have found the correct jurisdiction, you should then use Kyckr's search by Name or Number API with the specific jurisdiction to confirm that the entity is still active on the register.

get/companies

Query parameters

isoCodestring

Jurisdiction code in ISO 3166 alpha-2

namestring

Company Name

companyNumberstring

Company Registration Number

Response

OK

orderIdnumber

The related orderId.

correlationIdstring

The related correlationId to this request, for support purposes.

customerReferencestring

A customer provided reference, which appears in the order list.

timeStampstring date-time

The UTC time at which the request occurred.

detailsstring

The response status details for the current request.

Example response

{
  "orderId": 12345,
  "cost": {
    "type": "credit",
    "value": 3
  },
  "links": {
    "self": "/orders/12345"
  },
  "data": [
    {
      "otherIdentifiers": [
        {
          "value": "NA0091712",
          "type": "IT_REA_CD"
        }
      ]
    }
  ]
}