Subscribe to a webhook
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
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.
The webhook signing secret for this subscriptions. You can use it to verify webhook signatures.