Logo
15 days of Postman - for testers API Documentation

submit collection

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

It's time to check your collection.

  1. Use a Qodex environment : Export an environment used in a previous challenge, or create a new one. Add a variable called collection_uid with the current collection's ID. You may also have other variables in the environment.
  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.

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.

 

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/collection_uid' -H 'x-api-key: vault:postman_api_key'

ENDPOINTS