# Prequalify Runs a prequalification check on an application. ⚠️ Warning: Please contact MoneyThumb Support to enable this feature for your account. Endpoint: POST /prequalify 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): - `appnumber` (string, required) Customer-provided identifier for the application. Example: "ACME Widgets" - `appid` (integer) Insights-assigned application identifier. ## Response 200 fields (application/json): - `result` (string) The result of the prequalification check. This can either be APPROVED or DECLINED. Note: You will get a NO_DECISION if you don't run any of the following endpoints first: - /uploadpdfs - /makecsv to /getresults - /makecsv to /scorecard - `reasons` (array) The reasons for declining approval. - `reasons.name` (string) The scorecard section on where declining of approval occurred. - `reasons.actual` (string) The name of the rule that failed. - `reasons.threshold` (string) The threshold allowed in the prequalification rule. ## Response 400 fields (application/json): - `error` (string) Example: "No file found to process" ## Response 401 fields (application/json): - `error` (string) Example: "Bad token"