UK KYB

Verify a British business identity

This is a "Know Your Business" service.

Parameters

{{baseUrl}}/api/v1/uk/kyb

Header

HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Body

Parameter Type Description
company * string required

Response Sample

{
  "entity": {
		"address": {
			"address": "UNIT 10 CBTC2, CAPITAL BUSINESS PARK, CARDIFF",
			"country": "UK",
			"postcode": "CF3 2PX",
			"telephoneNumber": "000000000"
		},
		"companyType": "Ltd",
		"country": "GB",
		"dateOfLatestAccountsSpecified": false,
		"monitoring": false,
		"name": "Dojah Data Solutions",
		"onlineReports": false,
		"registrationNumber": "01234567"
	}
}