Everything your team sees in Fusial is now reachable from your own code. The new REST API gives you programmatic access to your workspace with proper API keys — no cookie tricks, no scraping.
- Org-scoped API keys — mint keys under Settings → API keys as full-access or read-only. Keys are shown once and stored hashed, like they should be
- The resources you'd expect — contracts, counterparties, templates, obligations, members, analytics, and webhook endpoints, all under
/api/v1 - Scoped permissions — every key carries explicit
resource:read/writescopes, so a reporting integration never gets write access by accident - Simple to call — authenticate with an
x-api-keyheader; keys are rate-limited to 240 requests per minute
Full reference at docs.fusial.com.