# Read an account by ID **GET /accounts/{id}** Read details of a specific account 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) A unique identifier for the account within Finago Office accounting module. ## Responses ### 200: #### 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 account within Finago Office accounting module. - **number** (integer) The unique number that indicates which type of account it belongs to. - **name** (string) The human-readable name that describes the purpose or nature of the account. [Powered by Bump.sh](https://bump.sh)