{ "opencollection": "1.0.0", "info": { "name": "Smokeball Activity Codes Authorization API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Authorization", "type": "folder" }, "items": [ { "info": { "name": "Get authorization groups", "type": "http" }, "http": { "method": "GET", "url": "https://api.smokeball.com/groups" }, "docs": "Retrieves auhorization groups for the firm associated with the authenticated client." }, { "info": { "name": "Create an authorization group", "type": "http" }, "http": { "method": "POST", "url": "https://api.smokeball.com/groups", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an authorization group." }, { "info": { "name": "Get an authorization group", "type": "http" }, "http": { "method": "GET", "url": "https://api.smokeball.com/groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieves a specified authorization group." }, { "info": { "name": "Update an authorization group", "type": "http" }, "http": { "method": "PUT", "url": "https://api.smokeball.com/groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a specified authorization group." }, { "info": { "name": "Deletes an authorization group", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.smokeball.com/groups/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an authorization group." }, { "info": { "name": "Get an authorization policy", "type": "http" }, "http": { "method": "GET", "url": "https://api.smokeball.com/policies/:reference", "params": [ { "name": "reference", "value": "", "type": "path" } ] }, "docs": "Retrieves a specified authorization policy." }, { "info": { "name": "Update an authorization policy", "type": "http" }, "http": { "method": "PUT", "url": "https://api.smokeball.com/policies/:reference", "params": [ { "name": "reference", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a specified authorization policy." }, { "info": { "name": "Create an authorization policy", "type": "http" }, "http": { "method": "POST", "url": "https://api.smokeball.com/policies", "body": { "type": "json", "data": "{}" } }, "docs": "Creates an authorization policy." } ] } ], "bundled": true }