Company Search Basic
This API provides a way to verify company registration information using biometrics. It requires an App ID and Secret Key to be passed as headers and customer reference, customer name, country code, and company registration number as the request body
TEST DATAregistration number :
POSThttps://api.prembly.com/identitypass/verification/uk/business-check
Request header
key | description |
---|---|
x-api-key | your api-key |
app-id | your app-id |
Request body
key | description |
---|---|
Registration number | company registration number |
Sample response
{
"status": true,
"detail": "Verification Successful",
"response_code": "00",
"data": {
"company_no": "11111110",
"company_name": "(HOLDING) LIMITED",
"company_address": "25 SRow, London, England",
"nature_of_business": "00009 - Activities of other holding companies not elsewhere classified",
"company_status": "Active",
"company_type": "Private limited Company",
"incorporated_on": "8 June 2001",
"psc_information": {
"total_in_company": "1 active person with significant control / 0 active statements",
"statement": "The company knows or has reasonable cause to believe that there is no registrable person or registrable relevant legal entity in relation to the company",
"date_notified": "8 June 2001",
"psc_record": [
{
"psc_company_name": "HIi Hco Limited--Active",
"psc_company_address": "25 SRow, London, England",
"notified_on": "7 December 2003",
"governing_law": "Companies Act 2006",
"legal_form": "Private Company Limited By Shares",
"place_registered": "Companies House",
"registration_number": "1000000",
"incorporated_in": "United Kingdom",
"nature_of_control": [
"Ownership of shares – 75% or more",
"Ownership of voting rights - 75% or more",
"Right to appoint or remove directors"
]
},
{
"psc_company_name": "HIi Parent Limited--Ceased",
"psc_company_address": "25 SRow, London, England",
"notified_on": "6 December 2003",
"ceased_on": "7 December 2003",
"governing_law": "Companies Act 2006",
"legal_form": "Private Company Limited By Shares",
"place_registered": "Companies House",
"registration_number": "11111113",
"incorporated_in": "United Kingdom",
"nature_of_control": [
"Ownership of shares – 75% or more",
"Ownership of voting rights - 75% or more",
"Right to appoint or remove directors"
]
}
]
},
"staff_information": [
{
"staff_name": "BARA, ia Dis",
"staff_status": "active",
"role": "Director",
"date_of_birth": "October 1907",
"appointed_on": "8 June 2001",
"nationality": "Maltese",
"country_of_residence": "Malta",
"occupation": "Director"
},
{
"staff_name": "COTT, Reba Jae",
"staff_status": "active",
"role": "Director",
"date_of_birth": "March 1983",
"appointed_on": "8 June 2001",
"nationality": "British",
"country_of_residence": "England",
"occupation": "Director"
},
{
"staff_name": "THEAD, Jery Jam",
"staff_status": "active",
"role": "Director",
"date_of_birth": "January 1996",
"appointed_on": "29 December 2001",
"nationality": "British",
"country_of_residence": "United Kingdom",
"occupation": "Director"
},
{
"staff_name": "VIST, Jan Frek",
"staff_status": "resigned",
"role": "Director",
"date_of_birth": "May 1904",
"appointed_on": "1 June 2001",
"resigned_on": "9 December 2001",
"nationality": "Swedish",
"country_of_residence": "England",
"occupation": "Director"
}
]
},
"verification": {
"status": "VERIFIED",
"reference": "9bdb305a-10e0-4bfd-b294-634c494ff493"
},
"widget_info": {},
"session": {},
"endpoint_name": "Company Search Basic"
}
Updated 3 months ago