🚚 New: Start free for 30 days — go annual and we’ll wrap your truck. See the Loyalty Program →
Enterprise & partners

Developer API

Programmatic access to your CMDBLD data for custom integrations, reporting, and data export. API access is available to Enterprise customers and approved integration partners.

What you can build

  • Sync estimates, projects, invoices, and job-cost data with your other systems
  • Push leads into CMDBLD from your website or ad platforms
  • Export financial and production data to your BI or accounting stack
  • Automate document and daily-report workflows

Endpoints

Authenticate every request with a key you mint in Settings → Developer API. Send it as Authorization: Bearer <key>.

GET/contactsList CRM contacts (?limit, ?q)
POST/contactsCreate a contact / lead
GET/projectsList projects
GET/invoicesList invoices
GET/pingHealth check (no auth)
curl https://api.cmdbld.com/v1/contacts \
  -H "Authorization: Bearer YOUR_API_KEY"

Prefer no-code? Register outbound webhooks in the same settings screen and wire CMDBLD to Zapier, Make, or your own endpoint — we POST a signed JSON payload when your subscribed events fire.

Get your API keys

Owners and admins can mint keys and register webhooks right inside CMDBLD.

Open Settings → Developer API

Questions? hello@cmdbld.com