Business Search Basic
With our Business Search endpoint you can verify the authenticity of businesses. This validation is crucial to ensure that the registration information is accurate and legitimate.
To use this endpoint enter the business name and country code.
Test data:
business name:
country code: ROK
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 | ROK |
Sample Response
{
"status": true,
"response_code": "00",
"detail": "Verification successful",
"data": [
{
"regNumber": "440000000000000",
"creditCode": "900000000000000000E",
"enName": "Fan Technology Co., Ltd.",
"ogName": "MN"
},
{
"regNumber": "440000000000000",
"creditCode": "900000000000000000E",
"enName": "Fn Technology Co., Ltd.",
"ogName": "NN"
},
{
"regNumber": "440000000000000",
"creditCode": "900000000000000000E",
"enName": "Fan Technology Co., Ltd.",
"ogName": "NN"
},
{
"regNumber": "440000000000000",
"creditCode": "900000000000000000E",
"enName": "Fan Technology Co., Ltd.",
"ogName": "NN"
},
{ "regNumber": "440000000000000",
"creditCode": "900000000000000000E",
"enName": "Fon Technology Co., Ltd.",
"ogName": "NN"
},
{
"regNumber": "440000000000000",
"creditCode": "900000000000000000E",
"enName": "an Technology Co., Ltd.",
"ogName": "NN"
}
],
"verification": {
"reference": "99ecd-a206-4a5a-9aac-fb373af",
"verification_status": "VERIFIED"
}
}
Updated 6 months ago