Logo
30daysofpostman API Documentation

Webhooks

Number of APIs: 3


1. Trigger Webhook

POST https://newman-api.getpostman.com/run/20305249/6fa85429-3aeb-4fa8-9446-aeb7da65eedd



2. echo

POST https://postman-echo.com/post



3. Create Webhook

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 webhookUrl property in the endpoint's response.

Include the following properties in a 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.



ENDPOINTS