{ "opencollection": "1.0.0", "info": { "name": "Golioth Management Access Boards API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Boards", "type": "folder" }, "items": [ { "info": { "name": "Boards_List", "type": "http" }, "http": { "method": "GET", "url": "https://api.golioth.io/v1/boards", "params": [ { "name": "id", "value": "", "type": "query" }, { "name": "platform", "value": "", "type": "query" } ] } }, { "info": { "name": "Boards_Get", "type": "http" }, "http": { "method": "GET", "url": "https://api.golioth.io/v1/boards/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }