Number of APIs: 4
1. Qodex API - get single collection
GET https://api.getpostman.com/collections/{{collection_uid}}
Access the contents of a collection that is accessible to you using its unique id ( Requires API Key as uid
).
X-Api-Key
request header or apikey
URL query parameter.
2. Qodex API - get single environment
GET https://api.getpostman.com/environments/{{environment_uid}}
Access the contents of an environment that is accessible to you using its unique id ( Requires API Key as uid
).
X-Api-Key
request header or apikey
URL query parameter.
3. Qodex API - get single workspace
GET https://api.getpostman.com/workspaces/{{workspace_id}}
Access the contents of a workspace that is accessible to you using its id ( Requires API Key as id
). Includes the collections, environments, mocks and monitors of that workspace.
X-Api-Key
request header or apikey
URL query parameter.
4. Submit your solution - submit
POST https://postman-echo.com/post
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
, and enter it under the Body tab as form-data for collection_uid
.ID
, and enter it under the Body tab as form-data for environment_uid
.workspace_id
.
ENDPOINTS