{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations SecretExtensions API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "SecretExtensions", "type": "folder" }, "items": [ { "info": { "name": "Get Secret Templates", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/secret-extensions/web-secret-templates" }, "docs": "Get Secret Templates valid for web passwords" }, { "info": { "name": "Search Secrets by Url", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/secret-extensions/search-by-url", "body": { "type": "json", "data": "{}" } }, "docs": "Search for Secrets that match a URL" }, { "info": { "name": "Search Secrets by Domain", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/secret-extensions/search-ad-secrets-by-domain", "body": { "type": "json", "data": "{}" } }, "docs": "Search for Secrets that match a domain" }, { "info": { "name": "Search Secrets by Computer Name", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/secret-extensions/search-windows-account-secrets-by-computer-name", "body": { "type": "json", "data": "{}" } }, "docs": "Search for Secrets that match a computer name" }, { "info": { "name": "Get AutoFill values for Url by SecretId", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/secret-extensions/autofill-values", "body": { "type": "json", "data": "{}" } }, "docs": "Get AutoFill values (username and password) for Url by SecretId" } ] } ], "bundled": true }