Skip to main content
POST
Create webhook subscription
Requires monitors:read_write permission.
string
required
HTTPS endpoint URL to receive webhook events
string[]
required
Events to subscribe to. At least one required. Valid values: monitor.state_changed, monitor.created, monitor.updated, monitor.deleted.
boolean
default:true
Whether the subscription is active
The response includes the signing secretthis 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.