New features, enhancements, and fixes to the Vlens API and documentation

July 5, 2026

Documentation

Expanded API reference

The OpenAPI spec now documents 84 endpoints across Digital Identity, Business Request, Transactions, and Identity User Session — including flows that were previously guide-only or missing from the reference.

Authentication & account

  • POST /api/DigitalIdentity/Login, RefreshToken, Logout
  • POST /api/DigitalIdentity/GenerateRegisterLink, GenerateLoginLink
  • Full ForgetPassword/* and ForgetPasswordByPhone/* flows, including V2 variants
  • Account deletion: InitiateDeletion, VerifyDeletionOtp, SubmitDeletionFaceMatch, GetListOfUserDeletionAudits
  • Cancel verified identity: CancelVerifiedDigitalIdentity, CancelVerifiedDigitalIdentityForAdmin
  • Profile: email/phone updates, change password

Verification data

  • GET /api/DigitalIdentity/GetUserDigitalIdentityInfo, GetUserDigitalIdentityData
  • GetUserDigitalIdentityImages / V2, GetStepImage / V2
  • POST /api/DigitalIdentity/LinkUserWithExistingTransaction — native API only; not for iframe or hosted web links

Identity User Session

  • Session settings, theme, login, registration steps, eligibility, contract create/sign inside iframe flows

Transactions

  • GET /api/Transactions/GetTransactionById — admin lookup for OCR and DI transaction records

Registration flows documented separately

Guides now treat standard registration and Consent-based Digital Identity (CDI) as two distinct products:

FlowGuide
Standard — phone/email OTP → StepCreateverify/* KYCUser Profile + Digital Identity
CDI — hasCDI: trueStepVerifyCDIStepCreate with SkipEmailConsent-based Digital Identity (CDI)

The CDI page includes comparison diagrams, VLens Network architecture visuals, and image compression guidance for selfie capture.

Other guide updates