Logo
15 days of Postman API Documentation

submit collection

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

It's time to check your collection.

  1. Get the collection ID: Select the collection in the sidebar. Then in the context bar to the right, select the Info icon and copy the collection ID.
  2. Update the request URL: Update the collection_uid in the request URL with the collection ID from the previous step, using any method you prefer. ⚠ Remember to add sensitive values like an API key to the CURRENT VALUE (and not INITIAL VALUE) of your public workspace.
  3. Validate your solution: 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/undefined' -H 'x-api-key: undefined'

ENDPOINTS