Logo
30 days of Postman - for developers API Documentation

submit

GET https://api.getpostman.com/collections/{{collection_uid}}

It's time to submit your solution.

  1. Use a Qodex environment : Find the Qodex API env environment from the previous challenge. Update the collection_uid with the current collection's ID, so Qodex will update the request URL.
  2. Validate your solution in the Runner: Save your changes in the collection and environment. Hit Send and look under the Tests tab of the server response at the bottom to review your test results.
  3. Validate your solution in Newman (optional): Instead of running this request in Qodex, you can use Newman to validate your solution from the command line. You may need to do some research on this one. There's many ways to handle sensitive information locally while running Newman, but be careful not to expose your secrets in your public workspace.

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.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
x-api-key
string




RESPONSES

status





Curl
curl -X GET 'https://api.getpostman.com/collections/undefined' -H 'x-api-key: undefined'

ENDPOINTS