{ "opencollection": "1.0.0", "info": { "name": "Golioth Management Access Networks API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Networks", "type": "folder" }, "items": [ { "info": { "name": "Networks_ListNetworks", "type": "http" }, "http": { "method": "GET", "url": "https://api.golioth.io/v1/organizations/:organizationId/projects/:projectId/networks", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" } ] } }, { "info": { "name": "Networks_GetNetwork", "type": "http" }, "http": { "method": "GET", "url": "https://api.golioth.io/v1/organizations/:organizationId/projects/:projectId/networks/:networkId", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" }, { "name": "networkId", "value": "", "type": "path" } ] } }, { "info": { "name": "Networks_ListNetworkDevices", "type": "http" }, "http": { "method": "GET", "url": "https://api.golioth.io/v1/organizations/:organizationId/projects/:projectId/networks/:networkId/devices", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" }, { "name": "networkId", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" } ] } }, { "info": { "name": "Networks_GetDeviceNetwork", "type": "http" }, "http": { "method": "GET", "url": "https://api.golioth.io/v1/projects/:projectId/devices/:deviceId/network", "params": [ { "name": "projectId", "value": "", "type": "path" }, { "name": "deviceId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }