{{baseUrl}}/IT-pec/:vatCode_taxCode_or_id
GET {{baseUrl}}/IT-pec/:vatCode_taxCode_or_id
Starting from a VAT number, Tax code or id extracts the pec of the company.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": [
{
"pec": "openapi@legalmail.it",
"history": [
{
"pec": "altraviaservizi@legalmail.it",
"timestamp": 1623759855
}
]
}
],
"success": true,
"message": "",
"error": null
} |
ENDPOINTS