4. Create Webhook endpoint
POST https://api.getpostman.com/webhooks
Create a webhook endpoint to be called from the outside.
Use Visualize
tab to get the Webhook URL that could be used in 3rd party app.
It will also give you the link to inspect the monitor and the incoming requests.
Request Body
{"webhook"=>{"name"=>"Webhook Debug", "collection"=>"{{collectionUid}}"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-workspace-id | string |