{ "opencollection": "1.0.0", "info": { "name": "Truework Qualifications & Tenant Properties API (Beta) subpackage_orders subpackage_qualificationChecks API", "version": "2023-10-30-beta" }, "items": [ { "info": { "name": "subpackage_qualificationChecks", "type": "folder" }, "items": [ { "info": { "name": "Create a qualification check request", "type": "http" }, "http": { "method": "POST", "url": "https://api.truework-sandbox.com/qualification-checks", "headers": [ { "name": "Authorization", "value": "" }, { "name": "Accept", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new qualification check and returns a JSON object with the resulting evaluation.\n\n\nThis endpoint is in beta and is subject to change. Please contact [implementations@truework.com](mailto:implementations@truework.com) for more information before integrating.\n\n" }, { "info": { "name": "Get one qualification check result", "type": "http" }, "http": { "method": "GET", "url": "https://api.truework-sandbox.com/qualification-checks/:qualification_check_result_id", "headers": [ { "name": "Authorization", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "qualification_check_result_id", "value": "", "type": "path", "description": "Qualification Check Result ID" } ] }, "docs": "Retrieves a qualification check result by id.\n\n\nThis endpoint is in beta and is subject to change. Please contact [implementations@truework.com](mailto:implementations@truework.com) for more information before integrating.\n\n" }, { "info": { "name": "Get all qualification check sets", "type": "http" }, "http": { "method": "GET", "url": "https://api.truework-sandbox.com/qualification-check-sets", "headers": [ { "name": "Authorization", "value": "" }, { "name": "Accept", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the number of results returned." }, { "name": "offset", "value": "", "type": "query", "description": "Offset the results by page" } ] }, "docs": "A qualification check set is a ruleset for evaluating income data.\n\n\nThis endpoint is in beta and is subject to change. Please contact [implementations@truework.com](mailto:implementations@truework.com) for more information before integrating.\n\n" } ] } ], "bundled": true }