🟢 Server Health
Checking…
GET /api/health
🛒 All Products
| ID | Name | Category | Price | Stock | Actions |
|---|---|---|---|---|---|
| Loading products… | |||||
🚀 API Explorer
GET
/api/products
Get all products (supports filters)
▼
Response
GET
/api/products/:id
Get a single product by ID
▼
Response
POST
/api/products
Create a new product
▼
Response
PUT
/api/products/:id
Update an existing product
▼
Response
DELETE
/api/products/:id
Delete a product by ID
▼
Response