SaaSFlow
Developers

Overview

REST API, CLI, MCP server, and an interactive API Explorer for building on SaaSFlow data.

Four ways to read and write SaaSFlow data programmatically:

Pick your path

If you want to…Use
Embed SaaSFlow data in your own productREST API
Run one-off queries from your terminalCLI
Let an LLM ask questions about your financesMCP server
Try requests interactively before writing codeAPI reference
Build a third-party app users can installOAuth for apps

Conventions

  • Base URL: https://api.saasflow.com
  • Format: JSON in and out
  • Authentication: session cookie, API key, or OAuth bearer — see Authentication
  • Resource scoping: everything (except /companies itself) is under /companies/{companyId}/…

The OpenAPI spec is also available as a JSON document via @saasflow/api-client/openapi.json.

On this page