{ "opencollection": "1.0.0", "info": { "name": "MX Platform Widget_urls API", "version": "0.1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Widget_urls", "type": "folder" }, "items": [ { "info": { "name": "Request widget url", "type": "http" }, "http": { "method": "POST", "url": "https://api.mx.com/users/:user_guid/widget_urls", "headers": [ { "name": "Accept-Language", "value": "en-US" } ], "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 allows partners to get a URL by passing the `widget_type` in the request body, as well as configuring it in several different ways. In the case of Connect, that means setting the `widget_type` to `connect_widget`. Partners may also pass an optional `Accept-Language` header as well as a number of configuration options. Note that this is a `POST` request." } ] } ], "bundled": true }