Skip to main content
GET
Get a login link for the web dashboard

Authorizations

Authorization
string
header
required

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

auth_url
string

URL to open in a browser to log in to the Laso Finance dashboard. Carries a short single-use login code.

Example:

"https://laso.finance/agent/dashboard/auth?code=K7MPQ-W3XZ9"

user_id
string

The authenticated user's ID (wallet address)

Example:

"0xabc..."

expires_in
number

Seconds until the login code expires

Example:

900