It would be helpful to have a /accounts endpoint that supported at least GET and DELETE requests.
GET would enable getting the id of plaid accounts which can then be used as a filter on GET /transactions requests.
I'm also curious what the data model is for manual accounts, and if an endpoint could support working with those as well. It would be nice if some identifier for a manual account could also be obtained and even sent as a filter for GET /transactions.