API Server Status
Server is running and ready to handle requests
This server provides a RESTful API interface for your applications.
Available Endpoints
GET
/api/products
Retrieve list of all products
GET
/api/products/{id}
Retrieve specific product by ID
POST
/api/products
Create a new product
PUT
/api/products/{id}
Update an existing product
DELETE
/api/products/{id}
Delete a product
For full API documentation, please refer to the official documentation or contact our support team.