Get Company Number - Thailand

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

👍

Test data

business_name

country

📘

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
countryname of country

Response

{
    "status": true,
    "response_code": "00",
    "detail": "Verification successful",
    "data": [
        {
            "historyNames": [
                "SORE TELECOMMUNICATIONS PRIVATE LIMITED"
            ],
            "number": "19000000D",
            "companyName": "SORE TELECOMMUNICATIONS LIMITED"
        }
    ],
    "verification": {
        "reference": "12300058-1f61-4bbb-a7bc-ef6dc03e48",
        "verification_status": "pending"
    }
}