Update a webhook subscription
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
ID of the webhook subscription. This is the same value as the webhook_subscription_id you receive in webhooks.
Headers
Request
An HTTPS URL to which Monite will send webhooks. This URL must be accessible over the public Internet, accept POST requests, and respond with status code 200. It must be a direct URL (no redirects).
The same URL can be used by multiple webhook subscriptions.
Response
A unique URL assigned to this webhook subscription. This ID is also included in the webhook data as the webhook_subscription_id field.
Events included in this webhook subscription. An empty array means the subscription includes all events triggered by the specified object_type.