{ "opencollection": "1.0.0", "info": { "name": "Wallarm Applications User API", "version": "4.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-WallarmApi-Token", "value": "{{X-WallarmApi-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Get User Details", "type": "http" }, "http": { "method": "POST", "url": "https://us1.api.wallarm.com/v1/user", "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve current user account details including the client ID required for subsequent API calls in multi-tenant environments." } ] } ], "bundled": true }