API Documentation
Build custom integrations with the Brixor API. Access estimates, invoices, contracts, and client data programmatically.
Getting Started
To use the Brixor API, you'll need an API key. You can generate one from your account settings.
curl https://api.brixor.io/v1/estimates \
-H "Authorization: Bearer YOUR_API_KEY"API Endpoints
GET
/api/v1/estimatesList all estimates for your account
POST
/api/v1/estimatesCreate a new estimate
GET
/api/v1/estimates/:idRetrieve a specific estimate
GET
/api/v1/invoicesList all invoices
POST
/api/v1/invoicesCreate a new invoice
GET
/api/v1/clientsList all clients
POST
/api/v1/clientsCreate a new client
Need help with the API?
Contact Developer Support