Retrieve the linking instructions for embedding in a UI to launch account linking from providers such as MX or Plaid.
Authorization | string OAuth bearer token (see authentication flows) |
x-l2f-request-id | string Optional Unique ID per request, useful for fault resolution/diagnosis and audit. |
x-l2f-idempotency-id | string Unique ID used to safely retry an operation. See idempotency section for more details. |
Success
Bad Request
Unauthorized
Not Found
Internal Error
{- "linking_provider": "MX",
- "is_mobile_webview": true,
- "ui_message_webview_url_scheme": "string"
}
{- "linking_provider": "MX",
- "is_mobile_webview": true,
- "ui_message_webview_url_scheme": "string",
- "mx_widget_url": "string"
}