Alarms
List recipients
Retrieve all recipients for an instance that can receive notifications
get/alarms/recipients
Response
Successful response
Example response
[
{
"id": 1,
"type": "email",
"value": "team@example.com",
"name": "Default"
}
]