{ "opencollection": "1.0.0", "info": { "name": "MX Platform Connect_widget_url API", "version": "0.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Connect_widget_url", "type": "folder" }, "items": [ { "info": { "name": "Request connect widget url", "type": "http" }, "http": { "method": "POST", "url": "https://api.mx.com/users/:user_guid/connect_widget_url", "params": [ { "name": "user_guid", "value": "USR-fa7537f3-48aa-a683-a02a-b18940482f54", "type": "path", "description": "The unique id for a `user`." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint will return a URL for an embeddable version of MX Connect." } ] } ], "bundled": true }