Retrieves a specific user notification rule by id
curl --request GET \
--url https://api.rootly.com/v1/notification_rules/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "62ead368-e178-43c5-ad6f-bb8ee7ea7d26",
"type": "user_notification_rules",
"attributes": {
"user_id": 940,
"delay": 1,
"position": 2,
"user_email_address_id": null,
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"created_at": "2026-01-13T12:34:02.005-08:00",
"updated_at": "2026-01-13T12:34:02.015-08:00"
}
}
}Was this page helpful?
curl --request GET \
--url https://api.rootly.com/v1/notification_rules/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "62ead368-e178-43c5-ad6f-bb8ee7ea7d26",
"type": "user_notification_rules",
"attributes": {
"user_id": 940,
"delay": 1,
"position": 2,
"user_email_address_id": null,
"user_call_number_id": null,
"user_sms_number_id": null,
"user_device_id": null,
"enabled_contact_types": [
"email"
],
"created_at": "2026-01-13T12:34:02.005-08:00",
"updated_at": "2026-01-13T12:34:02.015-08:00"
}
}
}