{ "opencollection": "1.0.0", "info": { "name": "Brickwork Admin Appointments Admin Features API", "version": "v3" }, "items": [ { "info": { "name": "Admin Features", "type": "folder" }, "items": [ { "info": { "name": "Feature List", "type": "http" }, "http": { "method": "GET", "url": "https://production.brickworksoftware.com/api/v3/admin/features", "params": [ { "name": "locale", "value": "", "type": "query", "description": "The locale for store data display" } ], "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "Feature List" }, { "info": { "name": "Create Feature", "type": "http" }, "http": { "method": "POST", "url": "https://production.brickworksoftware.com/api/v3/admin/features", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "Create Feature" }, { "info": { "name": "Show Feature", "type": "http" }, "http": { "method": "GET", "url": "https://production.brickworksoftware.com/api/v3/admin/features/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "locale", "value": "", "type": "query", "description": "The locale for store data display" } ], "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "Show Feature" }, { "info": { "name": "Update Feature", "type": "http" }, "http": { "method": "PUT", "url": "https://production.brickworksoftware.com/api/v3/admin/features/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "Update Feature" } ] } ], "bundled": true }