Skip to main content
GET
/
companies
/
{kyckrId}
/
lite
Lite Profile
curl --request GET \
  --url https://api.kyckr.com/v2/companies/{kyckrId}/lite \
  --header 'Authorization: Bearer <token>'
{
  "correlationId": "455cd440f5ea4b7d940ab38e6ab4c1e1",
  "customerReference": "",
  "timeStamp": "2023-04-05T10:27:24.363606Z",
  "details": "Success",
  "data": {
    "activity": [
      {
        "code": "63120",
        "description": "Web portals",
        "type": "Primary"
      }
    ],
    "address": {
      "fullAddress": "Kemp House, 160 City Road, London, United Kingdom, EC1V 2NX",
      "buildingName": "Kemp House",
      "streetName": "160 City Road",
      "city": "London",
      "postcode": "EC1V 2NX",
      "country": "United Kingdom"
    },
    "companyNumber": "11655290",
    "companyName": "KYCKR UK LIMITED",
    "foundationDate": {
      "original": "2018-11-01"
    },
    "legalForm": {
      "original": "ltd"
    },
    "legalStatus": {
      "original": "active"
    },
    "registrationAuthority": "Companies House, United Kingdom"
  }
}

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

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

kyckrId
string
required

Kyckr company reference, a shared format, usable across our V2 APIs

Query Parameters

customerReference
string

Optional reference supplied by customer for tracking purposes

Response

OK

orderId
number

The related orderId.

Example:

12345

correlationId
string

The related correlationId to this request, for support purposes.

customerReference
string

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

timeStamp
string<date-time>

The UTC time at which the request occurred.

details
string

The response status details for the current request.

cost
object

Cost of an item

data
Lite Profile · object