{ "opencollection": "1.0.0", "info": { "name": "BrowserStack Automate REST AccessKey Projects API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.browserstack.com/automate/projects.json" }, "docs": "List projects" }, { "info": { "name": "Get project details", "type": "http" }, "http": { "method": "GET", "url": "https://api.browserstack.com/automate/projects/:projectId.json", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Get project details" }, { "info": { "name": "Update project", "type": "http" }, "http": { "method": "PUT", "url": "https://api.browserstack.com/automate/projects/:projectId.json", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update project" }, { "info": { "name": "Delete project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.browserstack.com/automate/projects/:projectId.json", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Deletes an Automate project. The project must be empty of builds and sessions." }, { "info": { "name": "Get project status badge key", "type": "http" }, "http": { "method": "GET", "url": "https://api.browserstack.com/automate/projects/:projectId/badge_key", "params": [ { "name": "projectId", "value": "", "type": "path" } ] }, "docs": "Get project status badge key" } ] } ], "bundled": true }