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