# Get a bank account **GET /api/v2/bank-accounts/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **uuid** (string) ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **account_name** (string) The name of the bank account - **account_holders** (string) The name of the bank account holder(s) as it appears on statements - **account_number** (string) The bank account number - **sort_code** (string) The bank account sort code - **accounts** (object) The accounts linked to this bank account [Powered by Bump.sh](https://bump.sh)