{ "opencollection": "1.0.0", "info": { "name": "Brickwork Admin Appointments Admin Services API", "version": "v3" }, "items": [ { "info": { "name": "Admin Services", "type": "folder" }, "items": [ { "info": { "name": "Services List", "type": "http" }, "http": { "method": "GET", "url": "https://production.brickworksoftware.com/api/v3/admin/services", "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": "Services List" }, { "info": { "name": "Create Service", "type": "http" }, "http": { "method": "POST", "url": "https://production.brickworksoftware.com/api/v3/admin/services", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "Create Service" }, { "info": { "name": "Service", "type": "http" }, "http": { "method": "GET", "url": "https://production.brickworksoftware.com/api/v3/admin/services/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "locale", "value": "", "type": "query", "description": "The locale for store data display" }, { "name": "service_id", "value": "", "type": "query", "description": "Id of the Company Service" } ], "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "Service" }, { "info": { "name": "Update Service", "type": "http" }, "http": { "method": "PUT", "url": "https://production.brickworksoftware.com/api/v3/admin/services/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "Update Service" } ] } ], "bundled": true }