List all accountsCopy Pageget https://au-api.basiq.io/users/{userId}/accountsList all accounts belonging to a userPath ParamsuserIdstringrequiredUser identifierQuery ParamsfilterstringAccount filters: account.id, connection.id, institution.id. Only the equals (eq) operation is currently supported.Responses 200Returns a account with details. 400Returns error that server cannot or will not process the request due to something that is perceived to be a client error 403Error that access is forbidden and tied to the application logic, such as insufficient rights to a resource. 404Returns error indicating that server can't find requested resource. 500Returns error response code indicates that the server encountered an unexpected condition that prevented it from fulfilling the request.Updated 19 days ago