Skip to main contentSummary
The public API supports list + retrieve for core objects, plus create for Orders, Items, Inventories, and Inventory Transactions.
Support status
| Object | List | Retrieve | Create | Update | Delete | Notes |
|---|
| Orders | ✅ | ✅ | ✅ | ✅ | 🔑 | Single & bulk create |
| Items | ✅ | ✅ | ✅ | ✅ | 🔑 | Upsert by external_id |
| Inventories | ✅ | ✅ | ✅ | ✅ | 🔑 | Upsert by external_id |
| Inventory Transactions | ✅ | ✅ | ✅ | ✅ | 🔑 | |
| Contacts | ✅ | 🔑 | 🔑 | 🔑 | 🔑 | |
| Companies | ✅ | 🔑 | 🔑 | 🔑 | 🔑 | |
| Cases | ✅ | 🔑 | 🔑 | 🔑 | 🔑 | |
| Subscriptions | ✅ | 🔑 | 🔑 | 🔑 | 🔑 | |
| Estimates | ✅ | 🔑 | 🔑 | 🔑 | 🔑 | |
| Invoices | ✅ | 🔑 | 🔑 | 🔑 | 🔑 | |
| Payments | ✅ | 🔑 | 🔑 | 🔑 | 🔑 | |
| Locations | ✅ | 🔑 | 🔑 | 🔑 | 🔑 | |
| Meters | ✅ | 🔑 | 🔑 | 🔑 | 🔑 | |
Notes
- Only public endpoints appear in the API reference.
- 🔑 = Request access.
- Token permissions: Regular (GET-only) or Full Access (GET+POST).