cURL
curl --request GET \ --url https://laso.finance/auth
{ "auth": { "id_token": "<string>", "refresh_token": "<string>", "expires_in": "<string>" }, "callable_base_url": "https://us-central1-kyc-ts.cloudfunctions.net", "user_id": "<string>" }
Pay $0.001 USDC to receive an ID token, refresh token, and user ID. Use the ID token as a Bearer token to call Laso Finance APIs.
Auth credentials and user ID
Show child attributes
"https://us-central1-kyc-ts.cloudfunctions.net"
The user's ID (lowercase wallet address)