{ "opencollection": "1.0.0", "info": { "name": "Opik REST Check API", "version": "1.0.0" }, "items": [ { "info": { "name": "Check", "type": "folder" }, "items": [ { "info": { "name": "Check user access to workspace", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:5173/api/v1/private/auth", "body": { "type": "json", "data": "{}" } }, "docs": "Check user access to workspace" }, { "info": { "name": "User's default workspace name", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:5173/api/v1/private/auth/workspace" }, "docs": "User's default workspace name" } ] } ], "bundled": true }