{ "opencollection": "1.0.0", "info": { "name": "elastic.io Platform REST Agents Auth Secrets API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Auth Secrets", "type": "folder" }, "items": [ { "info": { "name": "Elastic.io List auth secrets", "type": "http" }, "http": { "method": "GET", "url": "https://api.elastic.io/v2/auth-secrets", "params": [ { "name": "page[size]", "value": "", "type": "query", "description": "Number of items per page" }, { "name": "page[number]", "value": "", "type": "query", "description": "Page number to retrieve" }, { "name": "filter[workspace_id]", "value": "", "type": "query", "description": "Filter by workspace ID" } ] }, "docs": "Retrieve a list of authentication secrets." }, { "info": { "name": "Elastic.io Create an auth secret", "type": "http" }, "http": { "method": "POST", "url": "https://api.elastic.io/v2/auth-secrets", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new authentication secret." }, { "info": { "name": "Elastic.io Get an auth secret", "type": "http" }, "http": { "method": "GET", "url": "https://api.elastic.io/v2/auth-secrets/:auth_secret_id", "params": [ { "name": "auth_secret_id", "value": "", "type": "path" } ] }, "docs": "Retrieve details of a specific auth secret." }, { "info": { "name": "Elastic.io Update an auth secret", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.elastic.io/v2/auth-secrets/:auth_secret_id", "params": [ { "name": "auth_secret_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing auth secret." }, { "info": { "name": "Elastic.io Delete an auth secret", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.elastic.io/v2/auth-secrets/:auth_secret_id", "params": [ { "name": "auth_secret_id", "value": "", "type": "path" } ] }, "docs": "Delete an auth secret." } ] } ], "bundled": true }