DocuBills

API Reference

REST endpoints for invoices, clients, and payments.

The DocuBills API is REST over HTTPS. Authenticated workspace requests will use a bearer token once public API keys are enabled for your account. Until then, use the app UI for production billing and treat the shapes below as the integration contract.

Clients

GET /api/clients/search — search clients in the workspace.

GET /api/clients/{id} — fetch a single client record.

Invoices

Create, list, and render invoices from the authenticated invoice module. Public clients open a signed invoice view rather than the staff UI.

Settings

GET /api/settings/recommended-permissions — recommended role presets for the permission matrix.

Questions about a private integration? Email docubills@gmail.com with the systems you want to connect.