API v1

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

curl https://app.axially.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/marketing/overviewTenant-scoped Marketing campaigns and demand operating loops.
GET/api/v1/sales/dealsTenant-scoped Sales deals.
GET/api/success/overviewTenant-scoped Success account plans, health, and renewal motions.
GET/api/revenue/overviewTenant-scoped Revenue targets, forecast plans, and commercial planning.
GET/api/v1/finance/invoicesTenant-scoped Finance invoices.
GET/api/procurement/overviewTenant-scoped Procurement requests, suppliers, approvals, and commitments.
GET/api/v1/people/employeesTenant-scoped People employee records.
GET/api/v1/talent/candidatesTenant-scoped Talent candidates.
GET/api/insights/overviewTenant-scoped Insights scorecards, reviews, decisions, and narratives.
GET/api/v1/intelligence/jobsTenant-scoped Intelligence (AI) jobs.
GET/api/documents/overviewTenant-scoped Documents, templates, approvals, signatures, and audit context.

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.