API
Jive exposes an API for scopes, relationships, criteria, integrity evaluations, and audit export.
Authentication
API keys are created per organization in the Jive app (Organization > API keys). API access is available on Pro and above. Send the key as a Bearer token.
Endpoints
Common endpoints:
POST /api/graphs,GET /api/graphs/:idGET /api/gates/:graphId/:nodeId(legacy integrity lookup; prefer run-based evaluation below)GET /api/runs/:runId/nodes/:nodeId/evaluationPOST /api/webhooks/:connectorGET /export/audit(Pro and above, supports CSV/JSON)
Common use cases
- Export audit history:
GET /export/audit?from=2026-01-01&to=2026-01-31&format=csv - List scopes:
GET /api/graphs/:graphIdand inspect nodes and relationships - Fetch integrity status:
GET /api/runs/:runId/nodes/:nodeId/evaluation