Taxrates
Connector for the taxrates API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.taxrates.io/api - Auth:
bearer(pass your key via theapiKeyinput)
Operations
taxratesbycountrycode— GET /v1/tax/countrycode — Tax rates by Country Codetaxratesbyipaddress— GET /v1/tax/ip — Tax rates by IP addressalltaxrates— GET /v3/tax/rates — All tax rates
Inputs
apiKey— your taxrates 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: taxratesbycountrycode
apiKey: <your key>