Verifies a NIF number
POST
/api/v1/nif-verification/basic-check/{country}
v1-nif-verification
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.kompany.com//api/v1/nif-verification/basic-check/' \
--data-urlencode 'nifNumber='
Response Response Example
200 - Example 1
{
"companyName": "string",
"confidenceScore": 0,
"nifNumber": 0,
"validationStatus": true
}
Request
Path Params
country
string
required
Body Params application/x-www-form-urlencoded
companyAddress
string
optional
companyName
string
optional
nifNumber
string
required