Logo
Openapi.it Public API Documentation

{{baseUrl}}/pec/:piva_cf_or_id

GET {{baseUrl}}/pec/:piva_cf_or_id

Starting from a VAT number it extracts the pec of the company.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "data": { "pec": "altraviaservizi@legalmail.it" }, "success": true, "message": "", "error": null }



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

ENDPOINTS