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 DATA

search_string: 210000000

📘

Request header

keydescription
x-api-keyyour api-key
app-idyour app-id

Request body

keydescription
search_stringcompany 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"
}