Companies
Lite Profile
Basic company details are verified by ordering a Lite Profile. The Lite Profile includes (where present at the registry):
- Company Name
- Company Number
- Registered Address
- Registration or Foundation Date
- Registration Status
- Legal Form
- Company Activity
- Registration Authority
get/companies/{kyckrId}/lite
Query parameters
customerReferencestring
Optional reference supplied by customer for tracking purposes
Response
OK
Example response
{
"orderId": 12345,
"cost": {
"type": "credit",
"value": 3
},
"links": {
"self": "/orders/12345"
},
"data": {
"address": {
"identifier": "IE-Wo0Fri41lHuGoElhaChY3-iXz6Gx6h2rHdw7LqC4Tok",
"isoCode": "GB"
},
"otherIdentifiers": [
{
"value": "NA0091712",
"type": "IT_REA_CD"
}
]
}
}