Logo
15_Days_of_Postman_-_for_testers_IvanKo API Documentation

Webhooks

Number of APIs: 1


1. Create a webhook

POST {{baseUrl}}/webhooks

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 — A string value that contains the webhook's name. On success, the system creates a new monitor with this name in the Monitors tab.

  • collection — A string value that contains the collection UID to trigger when calling this webhook.



ENDPOINTS