List notification rules for a user. Rules define how and when a user is notified for on-call pages. Only includes high_urgency and low_urgency rules; shift_changes rules are not returned.
API key from your incident.io dashboard (Settings → API keys)
The ID of the user whose notification rules you want to list.
"01FCNDV6P870EA6S7TK1DSYDG0"
OK response.
[
{
"app": {
"push_notification_criticality": "critical"
},
"delay_seconds": 0,
"id": "01FCNDV6P870EA6S7TK1DSYDG0",
"method_target": {
"all": {},
"specific": { "id": "01FCNDV6P870EA6S7TK1DSYDG0" },
"type": "specific"
},
"method_type": "app",
"rule_type": "low_urgency"
}
]