{ "opencollection": "1.0.0", "info": { "name": "Acquia DAM (Widen) Acquia-DAM-Webhooks Users API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Users", "type": "folder" }, "items": [ { "info": { "name": "Get information about the calling user", "type": "http" }, "http": { "method": "GET", "url": "https://api.widencollective.com/v2/user" }, "docs": "Get information about the calling user" }, { "info": { "name": "Get information about a specific user", "type": "http" }, "http": { "method": "GET", "url": "https://api.widencollective.com/v2/user/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get information about a specific user" }, { "info": { "name": "Get the calling user's contact address (v1)", "type": "http" }, "http": { "method": "GET", "url": "https://api.widencollective.com/v2/user/address" }, "docs": "Get the calling user's contact address (v1)" } ] } ], "bundled": true }