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 and assign least-privilege scopes.

curl https://app.novatria.com/api/v1/work/projects \ -H "Authorization: Bearer nov_live_..." \ -H "x-tenant-slug: your-tenant"

Core Platform

MethodEndpointDescription
GET/api/v1/work/projectsTenant-scoped Work projects.
GET/api/v1/sales/dealsTenant-scoped Sales deals.
GET/api/v1/finance/invoicesTenant-scoped Finance invoices.
GET/api/v1/people/employeesTenant-scoped People employee records.
GET/api/v1/talent/candidatesTenant-scoped Talent candidates.
GET/api/v1/intelligence/jobsTenant-scoped Intelligence (AI) jobs.

Operations & Reporting

MethodEndpointDescription
GET/api/v1/developer/usagePer-tenant API usage and limits.
GET/api/v1/developer/event-schemaVersioned webhook event schemas.

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.