{ "opencollection": "1.0.0", "info": { "name": "Controlplane Api ApiChangelog Client Initial Access API", "version": "1.0.0" }, "items": [ { "info": { "name": "Client Initial Access", "type": "folder" }, "items": [ { "info": { "name": "GET /{realm}/clients-initial-access", "type": "http" }, "http": { "method": "GET", "url": "https://api.telekom.de/controlplane/v1/:realm/clients-initial-access", "params": [ { "name": "realm", "value": "", "type": "path", "description": "realm name (not id!)" } ] } }, { "info": { "name": "Create a new initial access token.", "type": "http" }, "http": { "method": "POST", "url": "https://api.telekom.de/controlplane/v1/:realm/clients-initial-access", "params": [ { "name": "realm", "value": "", "type": "path", "description": "realm name (not id!)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new initial access token." }, { "info": { "name": "DELETE /{realm}/clients-initial-access/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.telekom.de/controlplane/v1/:realm/clients-initial-access/:id", "params": [ { "name": "realm", "value": "", "type": "path", "description": "realm name (not id!)" }, { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }