Guides
Investor Read API
Investor Read API
LP fund models and diligence tools pull certified metrics through the Investor Read API on {docsEnv.apiBaseUrl}.
Hosted catalog
Interactive OpenAPI (Zudoku): Investor Read API reference.
Schema download is enabled from that page. Source of truth in the monorepo: docs/investor/read-api/openapi.yaml (synced into the docs package at build time).
Authenticate
- Open the investor portal governance section and mint a scoped
clwy_inv_…key. - Call routes with
Authorization: Bearer <key>(or the gateway’s investor key header). - Prefer Power Query templates under
docs/investor/read-api/powerquery/for Excel / fund-model workbooks.
Public receipt verify
Auditors can confirm a pull without the secret:
Code
Returns hashes and timestamps only — no PII. See the full operator guide: READ-API.md.
Last modified on