{ "opencollection": "1.0.0", "info": { "name": "Cradlepoint NetCloud Manager API v2 Accounts API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "X-CP-API-ID", "value": "{{X-CP-API-ID}}", "placement": "header" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List Accounts", "type": "http" }, "http": { "method": "GET", "url": "https://www.cradlepointecm.com/api/v2/accounts/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip for pagination." } ] }, "docs": "List accounts and subaccounts visible to the authenticated NCM keys." }, { "info": { "name": "Get An Account", "type": "http" }, "http": { "method": "GET", "url": "https://www.cradlepointecm.com/api/v2/accounts/:id/", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve a single account by ID." } ] } ], "bundled": true }