Lynx API
Integrate with Lynx — electronic invoicing operations and read access to your real estate portfolio data.
The Lynx API lets you integrate a property administrator’s systems with Lynx. It has two surfaces:
- Electronic invoicing — the
lynx-einvoicingEdge Function. Ten POST operations to transmit invoices to the DIAN, keep the graphical representation up to date, deliver invoices and issue credit notes. - Portfolio data — the PostgREST API over the
lynxschema. Read your invoices and their trail, always with the session and row-level security (RLS).
Every request carries the session token and the publishable key, and requires org_id. See Authentication.
Where to start
- Quickstart — transmit an invoice in a few minutes.
- Electronic invoicing — the ten operations, one by one.
- Portfolio data — read invoices from the
lynxschema. - API reference — every endpoint and its shapes.