Public API Launch
July 1st, 2024
The Rillet Public API is now available. This initial release includes:
Products
GET /products- List all productsPOST /products- Create a productGET /products/{id}- Retrieve a productPUT /products/{id}- Update a productDELETE /products/{id}- Delete a product
Customers
GET /customers- List all customersPOST /customers- Create a customerGET /customers/{id}- Retrieve a customerPUT /customers/{id}- Update a customerDELETE /customers/{id}- Delete a customer
