# Get an account **GET /v2/accounts/{id}** ## Servers - Production: https://api.memo.bank (Production) - Sandbox: https://api.sandbox.memo.bank (Sandbox) ## Authentication methods - Jwt ## Parameters ### Path parameters - **id** (string(uuid)) ID of the account. ## Responses ### 200 OK #### Body: application/json (object) - **id** (string(uuid)) ID of the account. - **name** (string) Name of the account, as seen in the Memo Bank interface. - **status** (string) Status of the account. - **balance** (integer(int64)) Balance of the account, in cents. It represents the **available** money on the account at the time of the request. Note that authorized overdrafts are not included in the balance. - **currency** (string) Currency of the account balance, in ISO 4217 format. - **iban** (string) Main IBAN of the account. - **type** (string) Type of the account. - **is_main** (boolean) Flag indicating if this account is the main account of your workspace. [Powered by Bump.sh](https://bump.sh)