{ "opencollection": "1.0.0", "info": { "name": "Secret Server Rest Activations AppClients API", "version": "11.7.2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "AppClients", "type": "folder" }, "items": [ { "info": { "name": "Get App Client", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/app-clients/:id", "params": [ { "name": "includeInactive", "value": "", "type": "query", "description": "Whether to include inactive app clients" }, { "name": "id", "value": "", "type": "path", "description": "App client ID" } ] }, "docs": "Get a single app client by ID" }, { "info": { "name": "Update App Client", "type": "http" }, "http": { "method": "PUT", "url": "/SecretServer/api/v1/app-clients/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "App client ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a single app client by ID" }, { "info": { "name": "Delete App Client", "type": "http" }, "http": { "method": "DELETE", "url": "/SecretServer/api/v1/app-clients/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "App client ID" } ] }, "docs": "Delete an app client by ID" }, { "info": { "name": "Get App Client Stub", "type": "http" }, "http": { "method": "GET", "url": "/SecretServer/api/v1/app-clients/stub" }, "docs": "Return the default values for a new app client" }, { "info": { "name": "Create App Client", "type": "http" }, "http": { "method": "POST", "url": "/SecretServer/api/v1/app-clients", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new app client" } ] } ], "bundled": true }