API v1

Novatria API

Governance-first APIs that respect tenant isolation, policy gates, and auditability by default.

Get AccessAll Docs

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

MethodEndpointDescription
GET/api/homeTenant-scoped command center data.
GET/api/searchUnified search across modules.

Operations & Reporting

MethodEndpointDescription
GET/api/reports/statsLive cross-module reporting signals.
GET/api/operations/overviewUnified operational truth snapshot.
GET/api/reports/exportGoverned export flow with approvals.

AI & Governance

MethodEndpointDescription
POST/api/ai/jobsCreate governed AI jobs with approvals and cost caps.
GET/api/ai/overviewAI automation health and pending approvals.
GET/api/ai/usageAI policy and usage limits.

Enterprise Compliance

MethodEndpointDescription
GET/api/admin/compliance/evidenceExport compliance evidence bundles.
GET/api/scim/v2/ServiceProviderConfigSCIM discovery and capability metadata.
GET/api/scim/v2/ResourceTypesSCIM resource type listing.
GET/api/scim/v2/SchemasSCIM schema metadata for Users and Groups.
GET/api/scim/v2/UsersSCIM 2.0 provisioning endpoints (token-gated).
GET/api/webhooks/endpointsWebhook subscription management.