List tax rules
GET/v1/tax_rules
Returns a paginated list of the current organization's tax rules. Use the scope, company_id, service_item_id, billing_account_id and is_active filters to narrow the result.
Request
Responses
- 200
- 401
- 403
- 404
- 429
- 500
Paginated list of tax rules.
Missing or invalid bearer token.
Token is valid but lacks permission for this operation.
Resource not found in the current organization.
Rate limit exceeded.
Unexpected server error.