Vatapi
Vatapi is an API service for validating VAT numbers and retrieving VAT rate information for tax calculations.
- 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>
Publishes
The keys a later task may reference as {{taskName.key}}. Referencing anything not listed here resolves to nothing at run time.
erroroperationresultstatus
Input Properties
Every property this tool accepts, from its own tool.iml.
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
apiKey |
string | yes | — | DEPRECATED — bind an API Key credential to the task with credentialName instead. A key pasted here is stored in the workflow definition in clear and appears in every export of it. Still honoured for workflows built before the change. |
operation |
string | yes | — | One of: country_code_check, currency_conversion, get_invoice, ip_check, api_usage, vat_number_validate |
id |
string | no | — | Path parameter id (required by some operations). |
query |
string | no | — | Optional query params as a JSON object string, e.g. {"limit": 10}. |