Number of APIs: 4
POST https://postman-echo.com/post
POST https://api.getpostman.com/webhooks?workspace={{workspaceId}}
Creates a webhook that triggers a collection with a custom payload. You can get the webhook's URL from the Include the following properties in a webhookUrl
property in the endpoint's response.webhook
object in the request body:
name
— The webhook's name. On success, the system creates a new monitor with this name in the Monitors tab.collection
— The collection UID to trigger when calling this webhook.
POST https://newman-api.getpostman.com/run/20305249/6fa85429-3aeb-4fa8-9446-aeb7da65eedd
4. 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.
Qodex API env
environment from the previous challenge. Update the collection_uid
with the current collection's ID.
ENDPOINTS