FinzBooksDevelopers

API Reference

Every endpoint, grouped by resource. Click through for params, examples, and response shapes — or jump straight to the Swagger UI Try-It-Out console.

Base URL

https://api.finzbooks.com/api/public/v1

Every endpoint below is relative to that base. All responses follow the shape described in Response envelope.

Resource groups

Conventions

  • Every request needs Authorization: Bearer aibk_pat_… (or aibk_oat_…). Multi-org tokens also require ?organization_id=<id>.
  • Single resources return { code: 0, <name>: {…} }; lists return { code: 0, <plural>: [...], page_context }.
  • POSTs accept an Idempotency-Key header. See Idempotency.
  • Errors are flat { code, message, field?, details? }. See Errors for the catalog.