# 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)