{ "opencollection": "1.0.0", "info": { "name": "Spike.sh Alert Rules Integrations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Integrations", "type": "folder" }, "items": [ { "info": { "name": "Fetch all team integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.spike.sh/integrations", "headers": [ { "name": "x-team-id", "value": "" } ] }, "docs": "Get all integrations for the team." }, { "info": { "name": "Create an integration", "type": "http" }, "http": { "method": "POST", "url": "https://api.spike.sh/integrations/create", "headers": [ { "name": "x-team-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new integration for the team." }, { "info": { "name": "Fetch available integrations", "type": "http" }, "http": { "method": "GET", "url": "https://api.spike.sh/integrations/available", "headers": [ { "name": "x-team-id", "value": "" } ] }, "docs": "Get a list of all available integration types." }, { "info": { "name": "Fetch an integration", "type": "http" }, "http": { "method": "GET", "url": "https://api.spike.sh/integrations/:token", "headers": [ { "name": "x-team-id", "value": "" } ], "params": [ { "name": "token", "value": "", "type": "path" } ] }, "docs": "Get details for a specific integration by token." }, { "info": { "name": "Archive an integration", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.spike.sh/integrations/:token/archive", "headers": [ { "name": "x-team-id", "value": "" } ], "params": [ { "name": "token", "value": "", "type": "path" } ] }, "docs": "Archive (deactivate) a specific integration." } ] } ], "bundled": true }