{ "opencollection": "1.0.0", "info": { "name": "Todoist Comments User API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Get User", "type": "http" }, "http": { "method": "GET", "url": "https://api.todoist.com/api/v1/user" }, "docs": "Returns information about the authenticated user." }, { "info": { "name": "Get User Stats", "type": "http" }, "http": { "method": "GET", "url": "https://api.todoist.com/api/v1/user/stats" }, "docs": "Returns productivity statistics for the authenticated user." } ] } ], "bundled": true }