# Read a tax code by ID **GET /taxes/{id}** Read details of a specific tax code identified by its unique ID. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters #### Headers - **Authorization** (string) Authorization header #### Path parameters - **id** (integer(int32)) A unique identifier for the tax code within Finago Office ERP modules. ## Responses ### 200: OK #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body Parameters: application/json (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)