{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations Enterprise API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Enterprise", "type": "folder" }, "items": [ { "info": { "name": "GetRequestData", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/enterprise/search-request/:requestId", "params": [ { "name": "requestId", "value": "", "type": "path", "description": "requestId" } ] }, "docs": "Retrieve Enterprise Search Request Data" }, { "info": { "name": "Request Enterprise Data", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/enterprise/search-request", "body": { "type": "json", "data": "{}" } }, "docs": "Initiate a search request for Enterprise Data" } ] } ], "bundled": true }