Get a bank account from a customerAsk AIget https://api-sandbox.fintecture.com/v1/customers/{customer_id}/bank_accounts/{bank_account_id}Get a bank account from a customerPath Paramscustomer_idstringrequiredlength between 32 and 32the customer identifier of the requested beneficial owner personal informationbank_account_idstringrequiredthe account id of the requested account information. If no account_id is provided, all accounts are returnedQuery Paramspage[number]integerDefaults to 1The page number of the response.Related documentation can be found by clicking hereHeaderssignaturestringrequiredSignature is used to enforce security by signing request.Related documentation can be found by clicking heredatestringrequiredRFC2822 formatted date.x-request-idstringrequireduuid v4. Required in Redirect mode.Responses 200successful operation 401unauthorized 403forbidden 404resource not found 500internal server errorUpdated about 1 year ago