{ "opencollection": "1.0.0", "info": { "name": "Thoughtly agent user API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-token", "value": "{{x-api-token}}", "placement": "header" } }, "items": [ { "info": { "name": "user", "type": "folder" }, "items": [ { "info": { "name": "Get User Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.thoughtly.com/user" }, "docs": "Retrieve the currently authenticated user's profile (ID, name, email)." } ] } ], "bundled": true }