get
https://api.duodeal.app/api/taxes/
Retrieves a single tax rate by its ID.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | Tax unique identifier |
Response Fields
| Field | Type | Description |
|---|---|---|
id | integer | Tax unique identifier |
name | string | Tax name (e.g., "VAT 20%", "GST 10%") |
rate | float | Tax rate as decimal (0.20 = 20%) |
byDefault | boolean | Whether this is the default tax rate |
createdAt | datetime | Creation timestamp |
updatedAt | datetime | Last update timestamp |
Response
200 OK: Returns the tax details401 Unauthorized: Invalid or missing API key404 Not Found: Tax not found
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
200Successful response
401Unauthorized
