{ "opencollection": "1.0.0", "info": { "name": "Motorola Solutions Public Safety API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Public Safety", "type": "folder" }, "items": [ { "info": { "name": "Get API status", "type": "http" }, "http": { "method": "GET", "url": "https://api.motorolasolutions.com/status" }, "docs": "Returns the current status of the API." } ] } ], "bundled": true }