{ "opencollection": "1.0.0", "info": { "name": "PDFfiller REST Applications Users API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.pdffiller.com/v2/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get current user", "type": "http" }, "http": { "method": "GET", "url": "https://api.pdffiller.com/v2/users/me" }, "docs": "Retrieves information about the currently authenticated user." } ] } ], "bundled": true }