{ "opencollection": "1.0.0", "info": { "name": "WatchGuard Cloud Platform Accounts Licenses API", "version": "v1" }, "items": [ { "info": { "name": "Licenses", "type": "folder" }, "items": [ { "info": { "name": "Get Licenses", "type": "http" }, "http": { "method": "GET", "url": "https://api.usa.cloud.watchguard.com/rest/accounts/:accountId/licenses", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "WatchGuard Cloud account ID." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve endpoint security license information for the account." } ] } ], "bundled": true }