Acme Webshop API Reference17 endpointsAdminAuthCustomersOrdersProductsAdmin3 endpointsDELETE/admin/orders/{id}Delete an order (admin)GET/admin/usersList all users (admin)POST/admin/usersCreate a user (admin)Auth2 endpointsPOST/auth/loginLog in and obtain a bearer tokenPOST/auth/registerRegister a new customerCustomers3 endpointsPOST/customersCreate a customerGET/customers/{id}Get a customer by idPUT/customers/{id}Update a customerOrders4 endpointsGET/ordersList ordersPOST/ordersCreate an orderGET/orders/{id}Get an order by idPOST/orders/{id}/notifySend an order notification to a callback URLProducts5 endpointsGET/categoriesList product categoriesGET/productsList productsPOST/productsCreate a productGET/products/{id}Get a product by idGET/products/searchSearch products by keyword