{ "opencollection": "1.0.0", "info": { "name": "Split Admin API Keys API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "API Keys", "type": "folder" }, "items": [ { "info": { "name": "Create API key", "type": "http" }, "http": { "method": "POST", "url": "https://api.split.io/internal/api/v2/apiKeys", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new API key with specified roles and scope. API keys can be scoped to specific environments, a workspace, or the entire account." }, { "info": { "name": "Delete API key", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.split.io/internal/api/v2/apiKeys/:apiKeyId", "params": [ { "name": "apiKeyId", "value": "", "type": "path", "description": "The unique identifier of the API key" } ] }, "docs": "Deletes an existing API key by its unique identifier." } ] } ], "bundled": true }