{{baseUrl}}/IT-stakeholders/:vatCode_or_taxCode
GET {{baseUrl}}/IT-stakeholders/:vatCode_or_taxCode
Call that allows you to extract data from a company to see all its stakeholders.
During periods of high traffic, official data sources may experience slower response times. To ensure service availability during these peak load periods or maintenance, we've implemented a 30-second timeout. Upon timeout, a unique ID is generated, allowing clients to poll for status updates. However, we strongly recommend using the POST method to set up a callback URL. This eliminates the need for polling as our system will proactively notify you via the callback when the request is complete.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"managers":[{"name":"LUCA","surname":"SCURIATTI","roles":[{"role":{"code":"AUN","description":"Managing director"},"roleStartDate":"2020-09-10T00:00:00"}],"gender":{"code":"M","description":"Man"},"taxCode":"SCRLCU73R02H501H","birthDate":"1973-10-02T00:00:00","age":49,"birthTown":"ROMA (RM)","isLegalRepresentative":true},{"companyName":"OPEN HOLDING SRL","roles":[{"role":{"code":"SOU","description":"Sole owner"},"roleStartDate":"2022-12-05T00:00:00"}],"taxCode":"16935371001","isLegalRepresentative":false},{"name":"SIMONE","surname":"DESANTIS","roles":[{"role":{"code":"PP","description":"Special representative/agent"},"roleStartDate":"2013-10-17T00:00:00"}],"gender":{"code":"M","description":"Man"},"taxCode":"DSNSMN80M11L117F","birthDate":"1980-08-11T00:00:00","age":42,"birthTown":"TERNI (TR)","isLegalRepresentative":false},{"name":"SHAUN","surname":"DE LUCIA","roles":[{"role":{"code":"PP","description":"Special representative/agent"},"roleStartDate":"2013-10-17T00:00:00"}],"gender":{"code":"M","description":"Man"},"taxCode":"DLCSHN77S29Z114J","birthDate":"1977-11-29T00:00:00","age":45,"birthTown":"STOKE ON TRENT (E)","isLegalRepresentative":false}],"shareholders":[{"shareholdersInformation":[{"taxCode":"16935371001","openapiNumber":"IT8A380807S0001","companyName":"OPEN HOLDING SRL","sinceDate":"2022-11-23T00:00:00","streetName":"VIALE FILIPPO TOMMASO MARINETTI 221","zipCode":"00143","town":"ROMA"}],"percentShare":100}],"companyDetails":{"vatCode":"12485671007","taxCode":"12485671007","lastUpdateDate":"2023-03-08T11:25:08.0331456Z","cciaa":"RM","reaCode":"1378273","companyName":"OPENAPI SPA","officeType":{"code":"SSL","description":"Administrative headquarter and registered office"},"openapiNumber":"IT93E20F0DS0001"},"address":{"streetName":"VIALE FILIPPO TOMMASO MARINETTI, 221","zipCode":"00143","town":"ROMA","province":{"code":"RM","description":"ROMA"},"region":{"code":"12","description":"LAZIO"},"country":{"code":"IT","description":"Italia"}},"branches":{"numberOfBranches":1},"employees":{"employeeRange":{"code":"ER4","description":"11 - 20"},"employee":15,"employeeTrend":7.14},"employeesStatistic":{"permanentContract":100,"partialTimeContract":20,"fullTimeContract":80,"whiteCollar":100},"corporateGroups":{"belongsToGroup":true,"groupName":"DE LUCIA - SCURIATTI","holdingCompanyName":"LUCA SCURIATTI","nationalParentCompany":{"province":{"code":"ND99","description":"N. A."}}}},"success":true,"message":"","error":null}