This service allows you to verify if a fiscal id is valid, in particular check if the fiscal id is present in the database of the Italian Revenue Agency
OK
Not acceptable - Fiscal id not valid
curl -i -X GET \ 'https://api-sandbox.acubeapi.com/verify/fiscal-id/{id}' \ -H 'Authorization: YOUR_API_KEY_HERE'
{- "id": "BNCMRA70A20H501B",
- "valid": true
}