{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Audio Projects API", "version": "0.0.1" }, "request": { "auth": { "type": "apikey", "key": "X-ApiToken", "value": "{{X-ApiToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "List projects", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumapp.com/api/v2/projects.json" }, "docs": "List projects" }, { "info": { "name": "Create project", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumapp.com/api/v2/projects.json", "body": { "type": "json", "data": "{}" } }, "docs": "Create project" }, { "info": { "name": "Get project", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumapp.com/api/v2/projects/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier (UUID)" } ] }, "docs": "Get project" }, { "info": { "name": "Update project", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumapp.com/api/v2/projects/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier (UUID)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update project" }, { "info": { "name": "Delete project", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fulcrumapp.com/api/v2/projects/:id.json", "params": [ { "name": "id", "value": "", "type": "path", "description": "Resource identifier (UUID)" } ] }, "docs": "Delete project" } ] } ], "bundled": true }