{ "opencollection": "1.0.0", "info": { "name": "Spike.sh Alert Rules Orgs API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs", "type": "folder" }, "items": [ { "info": { "name": "Fetch members in your org", "type": "http" }, "http": { "method": "GET", "url": "https://api.spike.sh/orgs/members" }, "docs": "Get all members in your organization." }, { "info": { "name": "Fetch your org info", "type": "http" }, "http": { "method": "GET", "url": "https://api.spike.sh/orgs/info" }, "docs": "Get details about your organization." } ] } ], "bundled": true }