Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.lerian.studio/llms.txt

Use this file to discover all available pages before exploring further.

May 4th, 2026 Updated A full audit of the public OpenAPI specifications brought Access Manager, Midaz, and CRM in line with the source code currently running in production. This release fills documentation gaps for MFA and Providers, ships several new API reference pages, and bumps versions across the affected modules.

What’s new


Access Manager — Identity (plugin-identity 2.4.2)

  • 16 new endpoints documented and added to the API reference, covering:
    • MFA (6 endpoints) — initiate setup, enable, disable, status, set preferred method, verify passcode.
    • Providers (5 endpoints) — list, create, retrieve, update, delete.
    • Application–Provider links (5 endpoints) — list, link, set default, update link, unlink.
  • 3 new API tags, 12 new schemas, 17 error examples, and the ProviderId parameter were added.
New reference pages now available under the Access Manager API reference:
  • Initiate MFA setup, Enable MFA, Disable MFA, Get MFA status, Initiate MFA challenge, Set preferred MFA method, Verify MFA passcode, Verify MFA login.
  • List providers, Create a provider, Retrieve a provider, Update a provider, Delete a provider.
  • List application providers, Link provider to application, Set default application provider, Update application provider link, Unlink provider from application.

Access Manager — Auth (plugin-auth 2.6.4)

  • 2 new MFA login-flow endpoints added to the spec: mfa/verify and mfa/challenge.
  • 3 new schemas documented: MFAChallengeResponse, MFAVerifyInput, MFAChallengeInput.
  • 6 new MFA error examples (AUT-0015 through AUT-0020) added to the error catalog.
  • The access_token response now documents an MFAChallengeResponse variant via oneOf, so SDK and codegen flows reflect the MFA branch correctly.
  • Tag typo fix: AuthnticationAuthentication.

Midaz — Ledger (3.7.0)

The ledger.yaml spec now documents query parameters that already exist in the API but were previously missing from the public reference:
  • GET /accounts — added portfolio_id, segment_id, status, type, asset_code, entity_id, blocked, parent_account_id, name, and alias as filters.
  • GET /organizations — added status and legal_document filters.
  • GET /account-types — added key_value filter.
  • Metadata parameter descriptions improved with the dot-notation pattern and examples; metadata.newField renamed to metadata.key for consistency.