Verifies a NIF number and retrieves company data
POST
/api/v1/nif-verification/comprehensive-check/{country}
v1-nif-verification
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.kompany.com//api/v1/nif-verification/comprehensive-check/' \
--data-urlencode 'nifNumber='
Response Response Example
200 - Example 1
{
"activity": {},
"address": "string",
"capital": 0,
"companyName": "string",
"confidenceScore": 0,
"currency": "string",
"email": "string",
"fax": "string",
"geo": "string",
"legalType": "string",
"nifNumber": 0,
"phone": "string",
"status": {},
"validationStatus": true,
"website": "string"
}
Request
Path Params
country
string
required
Body Params application/x-www-form-urlencoded
companyAddress
string
optional
companyName
string
optional
nifNumber
string
required