{ "opencollection": "1.0.0", "info": { "name": "Core Checklists Templates API", "version": "v2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Templates", "type": "folder" }, "items": [ { "info": { "name": "List All Checklist Templates", "type": "http" }, "http": { "method": "GET", "url": "https://api.companycam.com/v2/templates/checklists" }, "docs": "List All Checklist Templates" } ] } ], "bundled": true }