{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Alarm Alarms Bootstrap Users API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Bootstrap Users", "type": "folder" }, "items": [ { "info": { "name": "Retrieve the Bootstrap User of a Microservice Application", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.cumulocity.com/application/applications/:id/bootstrapUser", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve the Bootstrap User of a Microservice Application" } ] } ], "bundled": true }