Company

Retrieve information about a company

This service allows you to extract information of a company by VAT number or fiscal id

SecurityBearer
Request
path Parameters
id
required
string

VAT number WITHOUT the country prefix, fiscal id

Responses
200

OK

406

Not acceptable - Fiscal id or vat number not valid

get/verify/company/{id}
Request samples
Response samples
{
  • "detail": {
    },
  • "id": "10442360961",
  • "fiscal_code": "10442360961",
  • "company_name": "Company name",
  • "registered_office": {
    },
  • "activity_status": "ATTIVA",
  • "recipient_code": "ABC1234",
  • "gps": {
    },
  • "enrollment_date": "2018-01-01",
  • "last_update_timestamp": 1589395200
}