{ "opencollection": "1.0.0", "info": { "name": "B3OS Workflow Action Api Keys API", "version": "1.0" }, "items": [ { "info": { "name": "Api Keys", "type": "folder" }, "items": [ { "info": { "name": "GET /v1/api-keys", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/api-keys", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of items (default 20, max 100)" }, { "name": "offset", "value": "", "type": "query", "description": "Offset for pagination (default 0)" } ] }, "docs": "List all API keys for the current organization" }, { "info": { "name": "POST /v1/api-keys", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/v1/api-keys", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new API key for the current organization" }, { "info": { "name": "GET /v1/api-keys/{id}", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/api-keys/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "API key ID" } ] }, "docs": "Get a single API key by ID" }, { "info": { "name": "DELETE /v1/api-keys/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/v1/api-keys/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "API key ID" } ] }, "docs": "Revoke an API key by ID" } ] } ], "bundled": true }