{ "opencollection": "1.0.0", "info": { "name": "Cumulocity Alarm Alarms Device Credentials API", "version": "10.20.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Device Credentials", "type": "folder" }, "items": [ { "info": { "name": "Request Device Credentials", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.cumulocity.com/devicecontrol/deviceCredentials", "body": { "type": "json", "data": "{}" } }, "docs": "Called by an unprovisioned device (authenticated as bootstrap user) to poll for credentials." } ] } ], "bundled": true }