{ "opencollection": "1.0.0", "info": { "name": "Spike.sh Alert Rules Users API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get all users", "type": "http" }, "http": { "method": "GET", "url": "https://api.spike.sh/users" }, "docs": "Retrieve all users in the organization." }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.spike.sh/users/:userId", "params": [ { "name": "userId", "value": "", "type": "path" } ] }, "docs": "Retrieve details for a specific user." } ] } ], "bundled": true }