Accounting APIv1

Introduction

The Accounting Platform API is a versioned REST API for accounting and operations data — customers, items, vendors, sales, inventory, journal entries, reports, and more.

  • Base URL: /api/v1
  • Auth: a live API key as a bearer token (Authorization: Bearer sk_live_…)
  • Format: JSON request + response bodies; application/json
  • Spec: the full OpenAPI 3.1 document is public at /api/v1/openapi.json
Build against the spec

Every operation, schema, and example is described in the interactive API Reference, generated from the same openapi.json your tools can consume directly.

What you can do

Read endpoints span the platform; write endpoints are curated. Each operation declares the permission it requires (see Scopes & permissions).

Next steps

  1. Quickstart — mint a key and make your first request.
  2. API keys — the credential model.
  3. Company scoping — target the right company.