{ "opencollection": "1.0.0", "info": { "name": "Vimeo Albums Users API", "version": "3.4" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get the authenticated user", "type": "http" }, "http": { "method": "GET", "url": "https://api.vimeo.com/me" }, "docs": "Get the authenticated user" }, { "info": { "name": "Edit the authenticated user", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.vimeo.com/me" }, "docs": "Edit the authenticated user" }, { "info": { "name": "Get a user", "type": "http" }, "http": { "method": "GET", "url": "https://api.vimeo.com/users/:user_id", "params": [ { "name": "user_id", "value": "", "type": "path" } ] }, "docs": "Get a user" } ] } ], "bundled": true }