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/estimates

List all estimates for your account

POST/api/v1/estimates

Create a new estimate

GET/api/v1/estimates/:id

Retrieve a specific estimate

GET/api/v1/invoices

List all invoices

POST/api/v1/invoices

Create a new invoice

GET/api/v1/clients

List all clients

POST/api/v1/clients

Create a new client

Need help with the API?

Contact Developer Support