Create webhook subscription
Webhooks
Create webhook subscription
Creates a new webhook subscription
POST
Create webhook subscription
Requires
The response includes the signing
monitors:read_write permission.
HTTPS endpoint URL to receive webhook events
Events to subscribe to. At least one required. Valid values:
monitor.state_changed, monitor.created, monitor.updated, monitor.deleted.Whether the subscription is active
secret — this is only shown once. Larm sends an x-larm-signature-256 header on every delivery with the value sha256=<hex>, where <hex> is the lowercase HMAC-SHA256 of the raw JSON body using your secret as the key.