{ "opencollection": "1.0.0", "info": { "name": "WD My Cloud Home Authentication User API", "version": "v2" }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Get User Information", "type": "http" }, "http": { "method": "GET", "url": "https://config.mycloud.com/userinfo", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns profile information for the authenticated user." }, { "info": { "name": "Get Authenticated User", "type": "http" }, "http": { "method": "GET", "url": "https://config.mycloud.com/authservice/v2/auth0/user", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns the authenticated user's account details from the auth service." } ] } ], "bundled": true }