Number of APIs: 2
1. Authorization - All Collections - auth helper
GET https://api.getpostman.com/collections
The The response contains an array of collection information containing the Requires API Key as /collections
endpoint returns a list of all collections that are accessible by you. The list includes your own collections and the collections that you have subscribed to.name
, id
, owner
and uid
of each collection.
X-Api-Key
request header or apikey
URL query parameter.
2. Submit your solution - submit
GET https://api.getpostman.com/collections/{{collection_uid}}
It's time to submit your solution. 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.
ID
as you have in previous challenges. Or find the id
for this collection in the response from the Qodex API.collection_uid
in the request URL with the ID
you got from the previous step, using any method you prefer.
ENDPOINTS