# List All Taxes Returns all your taxes. Endpoint: GET /taxes.json Version: 2.0.0 Security: apiKeyAuth ## Query parameters: - `api_key` (string, required) Your API Key. Example: "YOUR_API_KEY" ## Response 200 fields (application/json): - `taxes` (array) - `taxes.id` (integer) Example: 31554 - `taxes.name` (string) Example: "IVA23" - `taxes.value` (number) Example: 23 - `taxes.region` (string) Example: "PT" - `taxes.code` (string) Example: "NOR" - `taxes.default_tax` (integer) 1 if it is the default tax, 0 otherwise Example: 1 ## Response 401 fields (application/json): - `errors` (object) - `errors.error` (string) Example: "Invalid API key"