{ "opencollection": "1.0.0", "info": { "name": "Brickwork Admin Appointments Admin Languages API", "version": "v3" }, "items": [ { "info": { "name": "Admin Languages", "type": "folder" }, "items": [ { "info": { "name": "List all languages", "type": "http" }, "http": { "method": "GET", "url": "https://production.brickworksoftware.com/api/v3/admin/languages", "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "docs": "List all languages" } ] } ], "bundled": true }