Get all accountsAsk AIget https://www.bankingcircleconnect.com/api/v1/accountsQuery ParamsownedByCompanyIduuidCompany identifier of the company owning accounts Criteria: Exact match of Account.ownedByCompanyIdcurrencystringlength between 3 and 3Currency of accounts Criteria: Exact match of Account.currency Format: Alpha 3 ISO 4217statusstringenumStatus of accounts Criteria: Exact match of Account.statusClosedActiveAllowed:ClosedActivevalidForVirtualAccountbooleanIndication of whether the account is usable as a master account for virtual account ordering Criteria: Exact match of Account.ValidForVirtualAccounttruefalseopeningDateFromdate-timeWhen the accounts were opened OpeningDateFrom and OpeningDateTo form a date range Criteria: Account.openingDate must be equal or later Format: ISO 8601 | YYYY-MM-DDopeningDateTodate-timeWhen the accounts were opened OpeningDateFrom and OpeningDateTo form a date range Criteria: Account.openingDate must be equal or earlier Format: ISO 8601 | YYYY-MM-DDclosingDateFromdate-timeWhen the accounts were closed ClosingDateFrom and ClosingDateTo form a date range Criteria: Account.closingDate must be equal or later Format: ISO 8601 | YYYY-MM-DDclosingDateTodate-timeWhen the accounts were closed ClosingDateFrom and ClosingDateTo form a date range Criteria: Account.closingDate must be equal or earlier Format: ISO 8601 | YYYY-MM-DDpageNumberint321 to 2147483647Defaults to 1Number of pages returned. Condition: Valid page number(1 to n)pageSizeint321 to 5000Defaults to 50No. of items returned per page. Condition: Between 1 and 5000solutionTypeint32enum0123Allowed:0123isMmfbooleanIf true only MMF accounts will be displayed Condition: True or FalsetruefalseResponses 200OK 400Bad Request 403Forbidden 404Not Found 500Internal Server ErrorUpdated 7 months ago