Skip to main content
GET
/
auth
Get auth credentials
curl --request GET \
  --url https://laso.finance/auth
{
  "auth": {
    "idToken": "<string>",
    "refreshToken": "<string>",
    "expiresIn": "<string>"
  },
  "callableBaseUrl": "https://us-central1-kyc-ts.cloudfunctions.net",
  "userId": "<string>"
}

Response

Auth credentials and user ID

auth
object
callableBaseUrl
string
Example:

"https://us-central1-kyc-ts.cloudfunctions.net"

userId
string

The user's ID (lowercase wallet address)