{ "opencollection": "1.0.0", "info": { "name": "Ask Sage Server Admin API Key Management API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "x-access-tokens", "value": "{{x-access-tokens}}", "placement": "header" } }, "items": [ { "info": { "name": "API Key Management", "type": "folder" }, "items": [ { "info": { "name": "Get user API keys", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/server/get-user-api-keys" }, "docs": "Get user API keys" }, { "info": { "name": "Create new API key", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/server/user-api-key", "body": { "type": "json", "data": "{}" } }, "docs": "Create new API key" }, { "info": { "name": "Delete API key", "type": "http" }, "http": { "method": "DELETE", "url": "{baseUrl}/server/user-api-key", "body": { "type": "json", "data": "{}" } }, "docs": "Delete API key" } ] } ], "bundled": true }