{{baseUrl}}/companies/:country_code/:vat
GET {{baseUrl}}/companies/:country_code/:vat
This endpoint returns basic information of a company such as company name and address.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": {
"valid": true,
"format_valid": true,
"country_code": "IT",
"vat_number": "12485671007",
"company_name": "OPENAPI S.R.L.",
"company_address": "VIALE F TOMMASO MARINETTI 221 00143 ROMA RM"
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS