{{baseUrl}}/EU-start/:vatCode_taxCode
GET {{baseUrl}}/EU-start/:vatCode_taxCode
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,
"formatValid": true,
"countryCode": "IE",
"vatCode": "6388047V",
"companyName": "GOOGLE IRELAND LIMITED",
"companyAddress": "3RD FLOOR, GORDON HOUSE, BARROW STREET, DUBLIN 4"
}
],
"success": true,
"message": "",
"error": null
} |
ENDPOINTS