Adds accounting-service PATCH/archive, fiscal helpers, COA templates and setup status, plus SuperApp Accounting UI (DS, scoreboard, masters, vouchers, ledger, ops modules) with session refresh and HTTPS public API URLs. Co-authored-by: Cursor <cursoragent@cursor.com>
34 lines
1.1 KiB
Markdown
34 lines
1.1 KiB
Markdown
# API Reference
|
|
|
|
Index of HTTP APIs. Detailed contracts live in [services-contracts.md](services-contracts.md). Template: [api-template.md](../templates/api-template.md).
|
|
|
|
## Core Platform
|
|
|
|
Base: Core service (`/api/v1`)
|
|
|
|
| Area | Doc section |
|
|
| --- | --- |
|
|
| Health | `GET /health` |
|
|
| Tenants / Domains / Plans / Features / Subscription / Entitlement check | [services-contracts §5](services-contracts.md) |
|
|
| Onboarding & Tenant Context | [services-contracts §7](services-contracts.md) |
|
|
| OTP Auth | architecture identity + Core routers `/auth/otp/*` |
|
|
| Public tenant site | `GET /api/v1/public/tenant-site` (see contracts updates / Core routers) |
|
|
|
|
## Identity & Access
|
|
|
|
Base: Identity service (`/api/v1`)
|
|
|
|
| Area | Doc section |
|
|
| --- | --- |
|
|
| OIDC BFF + mobile auth | [services-contracts §8](services-contracts.md) |
|
|
|
|
## Future Services
|
|
|
|
Each new module adds an API sheet using the template and links it here.
|
|
|
|
## Related Documents
|
|
|
|
- [Services Contracts](services-contracts.md)
|
|
- [Authorization Architecture](../architecture/authorization-architecture.md)
|
|
- [Event Catalog](event-catalog.md)
|