{ "opencollection": "1.0.0", "info": { "name": "Exoscale ai api-key API", "version": "2.0.0" }, "items": [ { "info": { "name": "api-key", "type": "folder" }, "items": [ { "info": { "name": "List API keys", "type": "http" }, "http": { "method": "GET", "url": "https://api-{zone}.exoscale.com/v2/api-key" }, "docs": "List API keys" }, { "info": { "name": "Create a new API key", "type": "http" }, "http": { "method": "POST", "url": "https://api-{zone}.exoscale.com/v2/api-key", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new API key" }, { "info": { "name": "Get API key", "type": "http" }, "http": { "method": "GET", "url": "https://api-{zone}.exoscale.com/v2/api-key/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get API key" }, { "info": { "name": "Delete an API key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-{zone}.exoscale.com/v2/api-key/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete an API key" } ] } ], "bundled": true }