{ "opencollection": "1.0.0", "info": { "name": "Assembled Activities Quality Assurance API", "version": "2026-05-24" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Quality Assurance", "type": "folder" }, "items": [ { "info": { "name": "Assembled Bulk Upload QA Scores", "type": "http" }, "http": { "method": "POST", "url": "https://api.assembledhq.com/v0/qa_scores/bulk", "body": { "type": "json", "data": "{}" } }, "docs": "Submit a batch of QA scores from an external QM tool." } ] } ], "bundled": true }