Number of APIs: 4
This template guides you through CRUD operations (GET, POST, PUT, DELETE), variables, and tests. RESTful APIs allow you to perform CRUD operations using the POST, GET, PUT, and DELETE HTTP methods. This collection contains each of these [request] types. Open each request and click Observe the response tab for status code (200 OK), response time, and size. Update or add new data in Variables enable you to store and reuse values in Qodex. We have created a [variable] called Tests help you confirm that your API is working as expected. You can write test scripts in JavaScript and view the output in the 🚀 Get started here
🔖 How to use this template
Step 1: Send requests
Send
to see what happens.Step 2: View responses
Step 3: Send new Body data
Body
in the POST request. Typically, Body data is also used in PUT request.{
"name": "Add your name in the body"
}
Step 4: Update the variable
base_url
with the sample request https://Qodex-api-learner.glitch.me. Replace it with your API endpoint to customize this collection.Step 5: Add tests in the
Tests
tabTest Results
tab.💪 Pro tips
Tests
to verify if the API works as expected and execute workflows.💡Related templates