{ "opencollection": "1.0.0", "info": { "name": "FreshBooks REST Auth API", "version": "2026-05-23" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Auth", "type": "folder" }, "items": [ { "info": { "name": "Identity of the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://api.freshbooks.com/auth/api/v1/users/me" }, "docs": "Identity of the authenticated user" } ] } ], "bundled": true }