Users
4 endpoints.
Providers
Customers
GET
Get customers
/api/integration/customerReturns a paginated list of customers, with the core fields needed to identify and reconcile a customer against your own records.
GET
Get Product Units by Customer
/api/integration/customer/{customerId}/product-unitsReturns the product units currently held by a customer, as a paginated list.
GET
Get Bookings By Customer
/api/integration/customer/{customerId}/bookingsReturns the bookings of a customer, as a paginated list.