Global Business Search
Search for a company
POST
{{BASE_URL}}/api/v2/biometrics/merchant/data/verification/global/company/search
Headers
Name
Type
Description
x-api-key*
String
your secret key
app-id*
String
your app id
Request Body
Name
Type
Description
country_code*
String
company country e.g Nigeria,
company_name*
String
company registration number
{
"status": true,
"response_code": "00",
"message": "Companies Retrieved Successfully",
"data": [
{
"name": "",
"shortName": "",
"brandName": "",
"internationalNumber": "",
"countryCode": ""
},
.........
]
}
Last updated