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 | /contacts | List CRM contacts (?limit, ?q) |
| POST | /contacts | Create a contact / lead |
| GET | /projects | List projects |
| GET | /invoices | List invoices |
| GET | /ping | Health 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 APIQuestions? hello@cmdbld.com