Skip to main content
GET
/
lite
/
profile
/
{countryISO}
/
{companyCode}
Lite Profile
curl --request GET \
  --url https://rest.kyckr.com/lite/profile/{countryISO}/{companyCode} \
  --header 'Authorization: <api-key>'
{
  "companyProfileField": {
    "activityField": [
      {
        "codeField": "",
        "descriptionField": ""
      }
    ],
    "addressesField": [
      {
        "countryField": "IRELAND",
        "lineField": [
          {
            "lineField": "",
            "typeField": "",
            "typeCodeField": ""
          }
        ],
        "addressInOneLineField": "ARC LABS RESEARCH CENTER, WIT WEST CAMPUS, CARRIGANORE WATERFORD, CO WATERFORD, WATERFORD, IRELAND",
        "addressLine1Field": "ARC LABS RESEARCH CENTER",
        "addressLine2Field": "WIT WEST CAMPUS",
        "addressLine3Field": "CARRIGANORE WATERFORD",
        "addressLine4Field": "CO WATERFORD, WATERFORD, IRELAND",
        "postcodeField": "",
        "cityTownField": "",
        "regionStateField": ""
      }
    ],
    "codeField": "436024",
    "dateField": "Wed, 04 Aug 2021 10:28:23 GMT",
    "foundationDateField": "",
    "lastAnnualAccountDateField": "2020-06-30T00:00:00Z",
    "legalFormField": "1153",
    "legalFormDeclarationField": "LTD - Private Company Limited by Shares",
    "legalStatusField": "Normal ",
    "nameField": "KYCKR IRELAND LIMITED",
    "officialField": false,
    "registrationAuthorityField": "Companies Registration Office Ireland",
    "registrationDateField": "2007-03-08T00:00:00Z"
  },
  "transactionIdField": "11027753"
}

Documentation Index

Fetch the complete documentation index at: https://developer.kyckr.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Path Parameters

countryISO
string
required

2-digit ISO country code

companyCode
string
required

Retrieved from search results "codeField" attribute

Query Parameters

regAuth
string

Registration Authority string from search query

orderRef
string

Optional client order reference

Response

200 - application/json

In this example, we are retrieving a lite company profile for a company called Kyckr in Ireland. We know that the CompanyCode for Kyckr is 436024, from our company search by name API call example. In the request parameters, we have entered IE as the CountryISO, 436024 as the CompanyCode. And our API access token as the request header.

companyProfileField
object
transactionIdField
string