Create Webhook
POST https://api.getpostman.com/webhooks?workspace={{workspace_id}}
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
workspace | string |
Request Body
{"webhook"=>{"name"=>"{{webhookName}}", "collection"=>"{{collectionUid}}"}}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string |