Subscribe to a webhook
Related guide: Webhooks.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
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.
A list of events to subscribe to. If set to an empty array, the subscription includes all events triggered by the specified object_type
.
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.