Logo
Openapi.it Public API Documentation

{{baseUrl}}/soci/:piva_cf_or_id

GET {{baseUrl}}/soci/:piva_cf_or_id

This endpoint returns the list of shareholders of a company who have a share of the company greater than 10 percent.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "data": [ { "denominazione": "OPEN HOLDING S.R.L.", "nome": null, "cognome": null, "cf_socio": "16935371001", "quota": 100 } ], "success": true, "message": "", "error": null }



Curl
curl -X GET 'baseUrl/soci/:piva_cf_or_id' -H 'Accept: application/json'

ENDPOINTS