# Get all tax rates **GET /taxRates** Retrieve all tax rates. ## Servers - http://api.example.com: http://api.example.com () ## Parameters ## Responses ### 200 List of tax rates #### Body: application/json (array[object]) - **taxRateID** (integer) - **name** (string) - **rate** (number(double)) - **isDefault** (boolean) - **isActive** (boolean) ### 500 Error occurred while retrieving tax rates [Powered by Bump.sh](https://bump.sh)