API v1
Novatria API
Governance-first APIs that respect tenant isolation, policy gates, and auditability by default.
Authentication
Interactive product APIs rely on Auth0 sessions. For server-to-server usage, generate API keys under Settings → Developer.
curl https://app.novatria.com/api/reports/stats \
-H "Authorization: Bearer nov_live_..." \
-H "x-tenant-slug: your-tenant"
Core Platform
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/home | Tenant-scoped command center data. |
| GET | /api/search | Unified search across modules. |
Operations & Reporting
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/reports/stats | Live cross-module reporting signals. |
| GET | /api/operations/overview | Unified operational truth snapshot. |
| GET | /api/reports/export | Governed export flow with approvals. |
AI & Governance
| Method | Endpoint | Description |
|---|---|---|
| POST | /api/ai/jobs | Create governed AI jobs with approvals and cost caps. |
| GET | /api/ai/overview | AI automation health and pending approvals. |
| GET | /api/ai/usage | AI policy and usage limits. |
Enterprise Compliance
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/admin/compliance/evidence | Export compliance evidence bundles. |
| GET | /api/scim/v2/ServiceProviderConfig | SCIM discovery and capability metadata. |
| GET | /api/scim/v2/ResourceTypes | SCIM resource type listing. |
| GET | /api/scim/v2/Schemas | SCIM schema metadata for Users and Groups. |
| GET | /api/scim/v2/Users | SCIM 2.0 provisioning endpoints (token-gated). |
| GET | /api/webhooks/endpoints | Webhook subscription management. |