Logo
Openapi.it Public API Documentation

{{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 }



Curl
curl -X GET 'baseUrl/EU-start/:vatCode_taxCode' -H 'Accept: application/json'

ENDPOINTS