Skip to main content
GET
/
get-kyc-link
Get a KYC verification link (optional)
curl --request GET \
  --url https://laso.finance/get-kyc-link \
  --header 'Authorization: Bearer <token>'
{
  "user_id": "<string>",
  "kyc_url": "<string>"
}

Authorizations

Authorization
string
header
required

ID token from /auth or /get-card

Response

Verification link

user_id
string
kyc_url
string

One-time URL to open to complete identity verification.