# List all IBANs **GET /v2/ibans** ## Servers - Production: https://api.memo.bank (Production) - Sandbox: https://api.sandbox.memo.bank (Sandbox) ## Authentication methods - Jwt ## Parameters #### Query parameters - **account_id** (string(uuid)) ID of the account. - **include_deleted** (boolean) When set to true, results will include IBANs that have been deleted. - **page** (integer(int32)) Index of the requested page. - **size** (integer(int32)) Number of elements per page in response. ## Responses ### 200: OK #### Body Parameters: application/json (object) - **results** (array[object]) Elements of the page. - **has_prev** (boolean) Flag indicating if there is a previous page. - **has_next** (boolean) Flag indicating if there is a next page. [Powered by Bump.sh](https://bump.sh)