{ "opencollection": "1.0.0", "info": { "name": "Couchbase Analytics Service REST Allowed CIDRs API Keys API", "version": "7.6" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "API Keys", "type": "folder" }, "items": [ { "info": { "name": "List API keys", "type": "http" }, "http": { "method": "GET", "url": "https://localhost:8095/v4/organizations/:organizationId/apikeys", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The UUID of the organization" }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination" }, { "name": "perPage", "value": "", "type": "query", "description": "Number of items per page" } ] }, "docs": "Returns the list of API keys configured for the organization." }, { "info": { "name": "Create an API key", "type": "http" }, "http": { "method": "POST", "url": "https://localhost:8095/v4/organizations/:organizationId/apikeys", "params": [ { "name": "organizationId", "value": "", "type": "path", "description": "The UUID of the organization" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new API key for authenticating with the Management API." } ] } ], "bundled": true }