Get Overdraft Fee Authorization Transactionsget https://example.com/programs/{programCode}/accounts/{accountIdentifier}/overdraftFeeAuthTransactionsRetrieves a list of overdraft fee authorization transactions for the specified account within a given date range.Path ParamsprogramCodestringrequiredThe program code associated with the account.accountIdentifierstringrequiredUnique Identifier for the account involved in this transaction.Query ParamsstartDatestringThe start date (inclusive) for filtering overdraft fee authorizations.endDatestringThe end date (inclusive) for filtering overdraft fee authorizations.HeadersX-GD-RequestIdstringrequiredA unique identifier for tracking the request, provided in the X-GD-RequestId header.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago