{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Activations", "type": "folder" }, "items": [ { "info": { "name": "Perform an online activation of Secret Server", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/activations", "body": { "type": "json", "data": "{}" } }, "docs": "Perform an online activation of Secret Server" } ] } ], "bundled": true }