Get Company Number

Verify the authenticity of registered companies numbers using their company names to help you make informed business decisions.

To use this endpoint enter the business name and country code

πŸ‘

Test data

business_name: SIE TELECOMMUNICATIONS PRIVATE LIMITED

Country: HKG

πŸ“˜

Post

https://api.prembly.com/identitypass/verification/asia/kyb/get-company-number

Request Header

keyvaluedescription
app-idapp-idyour app-id
x-api-keyx-api-keyyour api-key

Request Body

keydescription
business_namename of business
countryHKG

Response

{
    "status": true,
    "response_code": "00",
    "detail": "Verification successful",
    "data": [
        {
            "historyNames": [
                "SIE TELECOMMUNICATIONS PRIVATE LIMITED"
            ],
            "number": "190304050D",
            "companyName": "SIE TELECOMMUNICATIONS LIMITED"
        }
    ],
    "verification": {
        "reference": "1000008-1f61-4adb-a7bc-ef56ed3a1e48",
        "verification_status": "pending"
    }
}