CRUD Operations

All Products

Name Description Price Actions
CRUD DEMO

RESTful API Endpoint

Example API Endpoints

  • Get all products: GET /api/products
  • Get a product by ID: GET /api/products/{id}
  • Create a new product: POST /api/products
  • Update a product: PUT /api/products/{id}
  • Delete a product: DELETE /api/products/{id}

Try it out

Enter the API endpoint you want to test, e.g., /api/products
Enter the JSON body data if required for POST or PUT methods