{ "opencollection": "1.0.0", "info": { "name": "Golioth Management Access Usage API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Usage", "type": "folder" }, "items": [ { "info": { "name": "Usage_ListProjects", "type": "http" }, "http": { "method": "GET", "url": "https://api.golioth.io/v1/organizations/:organizationId/usage", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ] } }, { "info": { "name": "Usage_ListDevices", "type": "http" }, "http": { "method": "GET", "url": "https://api.golioth.io/v1/organizations/:organizationId/usage/:projectId/devices", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ] } }, { "info": { "name": "Usage_GetDevice", "type": "http" }, "http": { "method": "GET", "url": "https://api.golioth.io/v1/organizations/:organizationId/usage/:projectId/devices/:id", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ] } }, { "info": { "name": "Usage_ListPipelines", "type": "http" }, "http": { "method": "GET", "url": "https://api.golioth.io/v1/organizations/:organizationId/usage/:projectId/pipelines", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ] } }, { "info": { "name": "Usage_GetPipeline", "type": "http" }, "http": { "method": "GET", "url": "https://api.golioth.io/v1/organizations/:organizationId/usage/:projectId/pipelines/:id", "params": [ { "name": "organizationId", "value": "", "type": "path" }, { "name": "projectId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "start", "value": "", "type": "query" }, { "name": "end", "value": "", "type": "query" } ] } } ] } ], "bundled": true }