š How to Use the API Testing Widget
- GET: Retrieve data from the API. No request body needed.
- POST: Create new resources. Add JSON data in the request body.
- PUT: Update existing resources. Include the ID in URL (e.g., ?id=1) and updated data in the body.
- DELETE: Remove resources. Include the ID in URL (e.g., ?id=1). No request body needed.
š” Tip: The widget automatically adjusts the URL format and enables/disables the request body field based on your selected HTTP method. Expected vs actual status codes are displayed in the response.
API Request Widget
Response:
Waiting for submission...