Welcome to the REST API

Select a route below to explore the data endpoints:

Status

GET /api/status

Check the current health and operational status of the API.

Users

GET /api/users

View all user accounts.

POST /api/users

Create a new user.

GET /api/users/:id

Get a specific user by ID.

PUT /api/users/:id

Update a specific user by ID.

DELETE /api/users/:id

Delete a specific user by ID.

Products

GET /api/products

Browse the full product catalog.

POST /api/products

Create a new product.

GET /api/products/:id

Get a specific product by ID.

DELETE /api/products/:id

Delete a specific product by ID.