# Get Taxes Returns a specific tax. Endpoint: GET /taxes/{taxes_id}.json Version: 2.0.0 Security: apiKeyAuth ## Path parameters: - `taxes_id` (string, required) ID of the sequence to register. Example: "12345" ## Query parameters: - `api_key` (string, required) Your API Key. Example: "YOUR_API_KEY" ## Response 200 fields (application/json): - `tax` (object) - `tax.id` (integer) Example: 31540 - `tax.name` (string) Example: "IVA23" - `tax.value` (number) Example: 23 - `tax.region` (string) Example: "PT" - `tax.code` (string) Example: "NOR" - `tax.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" ## Response 404 fields