Logo
Openapi.it Public API Documentation

{{baseUrl}}/IT-stakeholders/:vatCode_or_taxCode

POST {{baseUrl}}/IT-stakeholders/:vatCode_or_taxCode

Endpoint that allows you to asynchronously pull data from a company to see all its stakeholders

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "data": { "state": "PENDING", "id": "66a8ed9b82cf2ae627012068" }, "success": true, "message": "", "error": null }



Curl
curl -X POST 'baseUrl/IT-stakeholders/:vatCode_or_taxCode' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"callback":{"method":"\u003cstring\u003e","field":"\u003cstring\u003e","url":"\u003cstring\u003e","headers":{"key":"\u003cstring\u003e"},"data":"\u003cobject\u003e"}}'

ENDPOINTS