API Documentation

API Reference

Complete reference for all BillGauge API endpoints, request/response formats, and examples.

Properties

Manage your rental properties. Create, update, and retrieve property information and settings.

View Docs →
GET POST PATCH DELETE /api/v1/properties

Units & Tenants

Manage rental units and tenant information. Handle unit details, tenant records, and occupancy.

View Docs →
GET POST PATCH DELETE /api/v1/units, /api/v1/tenants

Invoices

Access invoice data and update invoice status. Invoices are automatically generated from utility bills and sharing rules.

View Docs →
GET PATCH /api/v1/invoices

Utility Bills

View utility bill information and payment status. Access bills that have been processed for charge calculations and tenant invoicing.

View Docs →
GET /api/v1/utility-bills

Share Rules

Configure cost sharing rules and split methods. Define how expenses are distributed across units.

View Docs →
GET POST PUT DELETE /api/v1/sharerules, /api/v1/split-methods

Getting Started

All API requests require authentication using your API key. Include it in the Authorization header as a Bearer token.