---
title: "(Deprecated) Request connect widget URL"
method: POST
path: "/users/{user_guid}/connect_widget_url"
tags: ["widgets"]
deprecated: true
---

# (Deprecated) Request connect widget URL

`POST /users/{user_guid}/connect_widget_url`

> **Deprecated.**

This endpoint will return a URL for an embeddable version of MX Connect.

## Path parameters

- `user_guid` string, required

## Request body

- ConnectWidgetRequestBody
  - `config` ConnectWidgetRequest
    - `client_redirect_url` string
    - `color_scheme` string
    - `current_institution_code` string
    - `current_member_guid` string
    - `disable_background_agg` boolean
    - `disable_institution_search` boolean
    - `enable_app2app` boolean — This indicates whether OAuth app2app behavior is enabled for institutions that support it. Defaults to `true`. When set to `false`, the widget will **not** direct the end user to the institution's mobile application. This setting is not persistent. This setting currently only affects Chase institutions.
    - `include_identity` boolean
    - `include_transactions` boolean
    - `is_mobile_webview` boolean
    - `mode` string
    - `oauth_referral_source` string
    - `ui_message_version` integer
    - `ui_message_webview_url_scheme` string
    - `update_credentials` boolean

## Response `200`

OK

---

[API](https://skmtc.net/mx/apis/mx-platform-api.md) · [All operations](https://skmtc.net/mx/apis/mx-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mx/mx-platform-api/revisions/b6632646ee89/schema)
