# Read tax codes **GET /taxes** Read a list of tax codes available in the accounting system. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters ### Headers - **Authorization** (string) Authorization header ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body: application/json (array[object]) - **id** (integer) A unique identifier for the tax code within Finago Office ERP modules. - **number** (integer) The tax code reference number visible for users. - **name** (string) The name of the tax code. - **rate** (number) The tax rate percentage, expressed as a whole number. For example, a tax rate of 25% is represented as 25. [Powered by Bump.sh](https://bump.sh)