Skip to main content
GET
/
auth
Get auth credentials
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>"
}

Response

Auth credentials and user ID

auth
object
callable_base_url
string
Example:

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

user_id
string

The user's ID (lowercase wallet address)