Skip to main content
The pages under this tab are generated directly from Billbooks’ OpenAPI spec, one group per resource. Each shows the exact request and response shape, every field, and every validation rule as they exist in the spec today, this section stays in sync with the spec automatically rather than being hand-written. Five resources carry real business logic and have their own guides walking through the non-obvious parts: Invoices, Estimates, Clients, Items, and Expenses. Start there if you’re building something, then use the reference pages for exact field-level detail. Three more endpoints exist purely to support the five above:

Reference data

GET /taxes and GET /expense-categories, read-only, no pagination. The only way to discover valid tax_id and category_id values for use elsewhere.

Account

GET /me, confirms which organization your key belongs to and the key’s own id and name. Never returns the key hash or any other secret.
If you’re just getting started, Authentication and Quickstart are a faster on-ramp than browsing the reference cold.