v3

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-08543999.8 KB
Session

Generate an authenticated URL for browser sign-in

Creates a one-time URL that automatically signs the user in and redirects to the specified page. Use this whenever the user needs to complete an action in the browser (e.g., adding a payment method, managing account settings). The URL expires after 60 seconds and is single-use.

post/mcp/v1/actions/ud_authenticated_url_get

Request body

pathstring required

Page path to open in the browser, e.g. "/account/payments/card"

Response

Authenticated URL generated

urlstring

One-time authenticated URL (valid for 60 seconds)

expiresInnumber

Seconds until the URL expires

instructionsstring

Guidance for the user