Configuring risk alert rules and reading the delivery log require the Business plan or higher. Listing existing rules is available to all plans.
- Cooldown: the same device will not re-trigger the same rule within 1 hour.
- Retries: up to 3 attempts per alert, with 1 min / 5 min / 30 min backoff.
- Signing: every request carries an
X-Grantiva-Signatureheader — an HMAC-SHA256 of the raw body, signed with the rule’s secret (generated at rule creation).
Authentication
All endpoints require a dashboard session (cookie-based) with organization context. Creating, updating, and deleting rules additionally requires Admin role or above.Alert payload
When a rule fires, your webhook URL receives:List rules
Create a rule
Response —
201 Created
Returns the rule object (same shape as the list response). New rules are active immediately.
Update a rule
200 OK
Returns the updated rule object.
Errors
Delete a rule
204 No Content
List alert deliveries
See also
- Webhook Endpoints — org-wide event webhooks with the same signature scheme
- Webhook Deliveries & Testing