Update a webhook subscription
Path parameters
ID of the webhook subscription. This is the same value as the webhook_subscription_id
you receive in webhooks.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
A list of events to subscribe to. If set to an empty array, the subscription includes all events triggered by the specified object_type
.
The object type to whose events you want to subscribe.
To subscribe to events from multiple object types, create a separate subscription for each object type.
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
.