# List applications Retrieves a list of all the applications available to the credentials submitted. Endpoint: GET /getapps Version: 1.5 Security: ## Path parameters: - `version` (string, required) The version of the API. Enum: "1.0", "1.1", "1.2", "1.3", "1.4", "1.5" ## Request fields (multipart/form-data): - `limit` (integer) Determines how many results are returned. The default is . ## Response 200 fields (application/json): - `appnumber` (string) The unique application number assigned by the user. - `appid` (integer) The unique application ID assigned by the system. - `naccounts` (integer) The number of accounts. - `owner` (string) Application owner - `totalstatements` (integer) The number of statements in the application. - `totalstatements_reconciled` (integer) The number of statements that reconcile. - `totaltaxforms` (integer) The number of tax forms. - `totaltaxreturns` (integer) The number of tax returns. - `address1` (string) The first line of address. - `address2` (string) The second line of address. - `citystate` (string) The city and state of address. - `city` (string) The city of the address. - `state` (string) The state of the address. - `zip` (string) The zip code of the address. - `expfactor` (string) Expense factor - `accountlist` (array) List of accounts: . ## Response 401 fields (application/json): - `error` (string) Example: "Bad token" ## Response 500 fields (application/json): - `error` (string) Example: "Encountered an unknown error. It has been reported. Please contact support@moneythumb.com for any questions." - `requestId` (string) Unique identifier for the request, useful for tracing. ## Response 503 fields (application/json): - `error` (string) Example: "Service unavailable"