Vatapi
Connector for the vatapi API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://vatapi.com/v1 - Auth:
header:apikey(pass your key via theapiKeyinput)
Operations
country_code_check— GET /country-code-check — Retrieve a countries VAT rates by its 2 digit country codecurrency_conversion— GET /currency-conversion — Convert a currencyget_invoice— GET /invoice/{id} — Retrieve an invoiceip_check— GET /ip-check — Retrieve a countries VAT rates from an IP addressapi_usage— GET /usage-check — Check api requests remaining on current subscription planvat_number_validate— GET /vat-number-check — Validate a VAT number
Inputs
apiKey— your vatapi API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: country_code_check
apiKey: <your key>