{ "opencollection": "1.0.0", "info": { "name": "Tolgee API Keys API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "API Keys", "type": "folder" }, "items": [ { "info": { "name": "Get the current API key", "type": "http" }, "http": { "method": "GET", "url": "https://app.tolgee.io/v2/api-keys/current" }, "docs": "Returns information about the Project API key used to authenticate the request, including its scopes and associated project." } ] } ], "bundled": true }