Obtener impuesto por ID
GET/taxes/:id
Returns the same shape as the rows from the list endpoint. Requires scope finance.taxes. 404 covers both "doesn't exist" and "not in the tenant" — the API does not distinguish.
Solicitud
Respuestas
- 200
- 401
- 403
- 404
- 500
Get a tax kind by id
Missing / invalid / expired / revoked token.
Token lacks the finance.taxes scope, or sub does not match any workspace.
Tax not found within the tenant.
Unhandled server error.