Get a login link for the web dashboard
Returns a URL that a human can open in a browser to log in to the Laso Finance web dashboard as the authenticated user. Useful for humans who want to see what their AI agent has been doing (view cards, transactions, balances, etc.).
The URL carries a short single-use login code rather than a long token, so relay it to your human verbatim; it passes through tool-output credential filters intact. Do not fetch or open the URL yourself: redeeming the code consumes the human’s login.
Requires a Bearer token from /auth or /get-card.
Authorizations
Firebase ID token from /auth or any paid route, sent as a Bearer token: Authorization: Bearer <id_token> (the Bearer prefix is required).
Response
Auth link generated
URL to open in a browser to log in to the Laso Finance dashboard. Carries a short single-use login code.
"https://laso.finance/agent/dashboard/auth?code=K7MPQ-W3XZ9"
The authenticated user's ID (wallet address)
"0xabc..."
Seconds until the login code expires
900