Create webhookUrl to run Monitor
POST https://api.getpostman.com/webhooks
This request creates a webhook URL that is needed for a Qodex monitor to run with the appropriate collection and environments.
Request Body
{"webhook"=>{"name"=>"Postman webhook", "collection"=>"{{fortnite_collection_uid}}", "environment"=>"{{fornite_env_uid}}"}}
RESPONSES
status: OK
{"webhook":{"id":"1eb45569-5709-4720-8506-c72cac6c743b","name":"Postman webhook","collection":"\u003c\u003ccollection_uid\u003e\u003e","environment":"\u003c\u003cenvironment_uid\u003e\u003e","webhookUrl":"\u003c\u003csample webhookUrl\u003e\u003e","uid":"13455110-1eb45569-5709-4720-8506-c72cac6c743b"}}