{{baseUrl}}/IT-name/:vatCode_taxCode_or_id
GET {{baseUrl}}/IT-name/:vatCode_taxCode_or_id
This enpoint returns basic information of a company such as company name and town.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": [
{
"taxCode": "12485671007",
"companyName": "OPENAPI S.P.A.",
"vatCode": "12485671007",
"address": {
"registeredOffice": {
"town": "ROMA"
}
},
"creationTimestamp": 1622452306,
"lastUpdateTimestamp": 1622452306,
"id": "60b4a85585e34e615c569ef5"
}
],
"success": true,
"message": "",
"error": null
} |
ENDPOINTS