Acme Webshop APIAcme Webshop API
Getting StartedAPI Reference
  • Home
API Reference
  • APIAcme Webshop API
    • Admin3
    • Auth2
    • Customers3
    • Orders4
    • Products5
Built withroutebase
Download API spec
Download API specDownload the OpenAPI specification
API Reference

Acme Webshop API Reference

17 endpoints

AdminAuthCustomersOrdersProducts

Admin

3 endpoints
DELETE/admin/orders/{id}Delete an order (admin)GET/admin/usersList all users (admin)POST/admin/usersCreate a user (admin)

Auth

2 endpoints
POST/auth/loginLog in and obtain a bearer tokenPOST/auth/registerRegister a new customer

Customers

3 endpoints
POST/customersCreate a customerGET/customers/{id}Get a customer by idPUT/customers/{id}Update a customer

Orders

4 endpoints
GET/ordersList ordersPOST/ordersCreate an orderGET/orders/{id}Get an order by idPOST/orders/{id}/notifySend an order notification to a callback URL

Products

5 endpoints
GET/categoriesList product categoriesGET/productsList productsPOST/productsCreate a productGET/products/{id}Get a product by idGET/products/searchSearch products by keyword
PreviousChangelogNextAdmin

Built withroutebase