Get Company Number - India
Verify the authenticity of registered company number 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
key | value | description |
---|---|---|
app-id | app-id | your app-id |
x-api-key | x-api-key | your api-key |
Request Body
key | description |
---|---|
business_name | name of business |
country | name of country |
Response
{
"status": true,
"response_code": "00",
"detail": "Verification successful",
"data": [
{
"historyNames": [
"SINGH TELECOMMUNICATIONS PRIVATE LIMITED"
],
"number": "10000004D",
"companyName": "SINGH TELECOMMUNICATIONS LIMITED"
}
],
"verification": {
"reference": "100008-1f61-4adb-a7bc-efDES03a1e48",
"verification_status": "pending"
}
}
Updated 7 months ago