Get Direct Depositsget https://example.com/programs/{programCode}/accounts/{accountIdentifier}/directdepositsRetrieves a list of direct deposit transactions for the specified account, optionally filtered by date range.Path ParamsprogramCodestringrequiredThe program code associated with the account.accountIdentifierstringrequiredUnique Identifier for the account whose direct deposits are being retrieved.Query ParamsstartDatestringThe start date (inclusive) for filtering direct deposits.endDatestringThe end date (inclusive) for filtering direct deposits.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