Company Search - Basic
Verify Basic details of Canadian Companies
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 DATAsearch_string: 210000000
Request header
key | description |
---|---|
x-api-key | your api-key |
app-id | your app-id |
Request body
key | description |
---|---|
search_string | company registration number |
Sample response
{
"status": true,
"detail": "Verification Successful",
"response_code": "00",
"data": {
"business_name": "ATURE",
"business_number": "210000000",
"incorporation_date": "February 16, 2011",
"company_type": "General Partnership",
"company_status": "Inactive",
"governing_jurisdiction": "",
"office_address": "Ontario, Canada",
"inactive_date": "February 15, 2016"
},
"verification": {
"status": "VERIFIED",
"reference": "f533e9-8f61-4302-ba29-2e12619984"
},
"widget_info": {},
"session": {},
"endpoint_name": "Canada Company Search"
}
Updated 3 months ago