{ "opencollection": "1.0.0", "info": { "name": "SigNoz alerts authdomains API", "version": "1.0" }, "items": [ { "info": { "name": "authdomains", "type": "folder" }, "items": [ { "info": { "name": "List all auth domains", "type": "http" }, "http": { "method": "GET", "url": "https://{host}:{port}{base_path}/api/v1/domains", "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "This endpoint lists all auth domains" }, { "info": { "name": "Create auth domain", "type": "http" }, "http": { "method": "POST", "url": "https://{host}:{port}{base_path}/api/v1/domains", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "This endpoint creates an auth domain" }, { "info": { "name": "Update auth domain", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}:{port}{base_path}/api/v1/domains/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "This endpoint updates an auth domain" }, { "info": { "name": "Delete auth domain", "type": "http" }, "http": { "method": "DELETE", "url": "https://{host}:{port}{base_path}/api/v1/domains/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "SigNoz-Api-Key", "value": "{{SigNoz-Api-Key}}", "placement": "header" } }, "docs": "This endpoint deletes an auth domain" } ] } ], "bundled": true }