Number of APIs: 2
Instructions for Day 1: Fork a collection
Day 01: Fork a collection
] to your own public workspace.Fork a collection
. Expand the context bar on the right to follow the instructions in the collection documentation. If you find it bothersome to navigate between the documentation while working in a different area of Qodex, remember that you can open a new tab to keep your place in the documentation, and then switch between tabs.Submit your solution
and follow the instructions in the documentation to validate your solution.Concepts covered
Additional resources
Next challenge
POST https://postman-echo.com/post
It's time to work on your first challenge.
POST
HTTP request method - to send new data to an APIhttps://Qodex-echo.com/post
request URLIn the JSON data response, find a header called user-agent
and copy the value that appears after the colon symbol. We will need this data for the next step. It should look something like this:
"user-agent": "<copy-this-part-here>",
Once you find this data, move on to the next folder in this collection to submit your solution.
2. Submit your solution - submit
GET https://postman-echo.com/get?user-agent="PostmanRuntime/7.31.3"
It's time to submit your first solution.
user-agent
. Replace the value your-data-here
with the data you found in the previous step. When you update the query parameters, notice the request URL also updates with this new information.Visualize
option to see some fun output!If you have any failures, review the failed test results or ask for support in the [community forum] When all of your tests pass, you are done with today's challenge. Remember to save your changes as you'll need to pass all the challenges to claim a 30 days of Qodex badge.
ENDPOINTS