{ "opencollection": "1.0.0", "info": { "name": "EARLY (Timeular) Public Activities Users API", "version": "v4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Me", "type": "http" }, "http": { "method": "GET", "url": "https://api.early.app/api/v4/api/v4/me" }, "docs": "An endpoint for fetching your basic profile information." }, { "info": { "name": "List all Users", "type": "http" }, "http": { "method": "GET", "url": "https://api.early.app/api/v4/api/v4/users" }, "docs": "An endpoint for fetching basic information about your team members." } ] } ], "bundled": true }