# Read accounts **GET /accounts** Read a list of accounts, including their details. ## Servers - https://rest.api.24sevenoffice.com/v1: https://rest.api.24sevenoffice.com/v1 () ## Authentication methods - Tfso ## Parameters #### Headers - **Authorization** (string) Authorization header #### Query parameters - **query** (string) Filters accounts containing the specified keyword(-s) within their name or number properties. For example, a GET request `/accounts/?query=salary` would return accounts with "salary" in their name or number. ## Responses ### 200: OK #### Headers - **Access-Control-Allow-Origin** (string) - **Access-Control-Allow-Credentials** (string) - **X-Trace-Id** (string) #### Body Parameters: application/json (array[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)