{ "opencollection": "1.0.0", "info": { "name": "Inthegame admin API", "version": "1.0.0" }, "items": [ { "info": { "name": "admin", "type": "folder" }, "items": [ { "info": { "name": "GetCurrentUser", "type": "http" }, "http": { "method": "GET", "url": "https://api-dev.inthegame.io/admin/currentUser", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "docs": "Gets current logged user object by token saved in cookies. Requested every time page loads for applying some actions on server." } ] } ], "bundled": true }