{ "opencollection": "1.0.0", "info": { "name": "SigNoz alerts features API", "version": "1.0" }, "items": [ { "info": { "name": "features", "type": "folder" }, "items": [ { "info": { "name": "Get features", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}{base_path}/api/v2/features", "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "This endpoint returns the supported features and their details" } ] } ], "bundled": true }