API
Everything in the Falcon Veritas Intelligence platform that lives under api. 11 articles · maintenance scorecard updated monthly.
What lives here
This section of the support center is the canonical reference for api on FVI. It covers every product surface, every operational concern, and every compliance beat that touches api at a global bank.
Each article below is owned by a domain engineer and reviewed monthly by Bianca (brand consistency) and Aria (accessibility). Source-of-truth code paths in src/lib/api/ are linked in-line.
Articles
Authentication
Bearer JWT (HS256/RS256), publishable + admin keys, service-role scoping.
ReadTransactions API
POST /v1/transactions, batch ingest, idempotency keys, status queries.
ReadRules API
Rules CRUD, version, dry-run, and precedence management.
ReadExceptions API
List, claim, resolve, and bulk-update exceptions.
ReadWebhooks API
Subscribe to FVI events with HMAC-SHA-256 signed payloads.
ReadReports API
Generate, schedule, and download reconciliation reports.
ReadAudit logs API
Per-tenant audit trail read API with optional CSV/JSON export.
ReadSCIM API
SCIM 2.0 user & group provisioning (RFC 7644).
ReadRate limits
Per-tenant token bucket, burst headroom, X-RateLimit headers, 429 handling.
ReadError codes
Error code reference — every 4xx and 5xx with the audit-relevant context.
ReadSDKs
TypeScript, Python, Go, .NET — install, authenticate, send a test transaction.
ReadAdjacent sections
API does not exist in isolation. The most-asked-for cross-references from this surface are:
Getting started
FVI surface: getting started.
OpenReconciliation
FVI surface: reconciliation.
OpenAI
FVI surface: ai.
OpenExceptions
FVI surface: exceptions.
OpenData sources
FVI surface: data sources.
OpenIntegrations
FVI surface: integrations.
OpenSecurity
FVI surface: security.
OpenCompliance
FVI surface: compliance.
OpenQuick reference
| What you want to do | Where to go |
|---|---|
| Run a api task for the first time | Quickstart |
| Fix a broken api workflow | Troubleshooting |
| Understand the api engine architecture | Architecture diagrams in docs.falconveritas.com/architecture |
| See the latest api changes | Release notes |
| Audit, residency, or PII controls touching api | Security + Compliance |
Last updated: 2026-08-22 · Section owner: Documentation · Maintenance scorecard: 100% reviewed in last 90 days.