{ "opencollection": "1.0.0", "info": { "name": "Rollbar Deployment Access Tokens Projects API", "version": "1" }, "request": { "auth": { "type": "apikey", "key": "X-Rollbar-Access-Token", "value": "{{X-Rollbar-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List All Projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.rollbar.com/api/1/projects" }, "docs": "Returns all projects in the account. Requires an account-level access token." }, { "info": { "name": "Create a Project", "type": "http" }, "http": { "method": "POST", "url": "https://api.rollbar.com/api/1/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new project in the account. Optionally supports duplicating an existing project by providing a source project ID." }, { "info": { "name": "Get a Project", "type": "http" }, "http": { "method": "GET", "url": "https://api.rollbar.com/api/1/project/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project." } ] }, "docs": "Returns information about a specific project." }, { "info": { "name": "Delete a Project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.rollbar.com/api/1/project/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The ID of the project." } ] }, "docs": "Deletes a project and all of its data. This action is irreversible." } ] } ], "bundled": true }