widgets
(Deprecated) Request connect widget URL
This endpoint will return a URL for an embeddable version of MX Connect.
post/users/{user_guid}/connect_widget_url
Path parameters
user_guidstring required
The unique identifier for a user, beginning with the prefix USR-.
Request body
Example request
{
"config": {
"client_redirect_url": "https://{yoursite.com}",
"color_scheme": "light",
"current_institution_code": "mxbank",
"current_member_guid": "MBR-7c6f361b-e582-15b6-60c0-358f12466b4b",
"include_transactions": true,
"mode": "aggregation",
"oauth_referral_source": "BROWSER",
"ui_message_version": 4
}
}Response
OK