Taxamo
Connector for the taxamo API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.taxamo.com - Auth:
header:Token(pass your key via theapiKeyinput)
Operations
getcountriesdict— GET /api/v1/dictionaries/countries — Countriesgetcurrenciesdict— GET /api/v1/dictionaries/currencies — Currenciesgetproducttypesdict— GET /api/v1/dictionaries/product_types — Product typeslocatemyip— GET /api/v1/geoip — Locate IPlocategivenip— GET /api/v1/geoip/{ip} — Locate provided IPgetdomesticsummaryreport— GET /api/v1/reports/domestic/summary — Calculate domestic summary
Inputs
apiKey— your taxamo 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: getcountriesdict
apiKey: <your key>