Alarms
Retrieve specific recipient
Get a specific recipient by ID
get/alarms/recipients/{id}
Response
Successful response
Example response
{
"id": 1,
"type": "email",
"value": "team@example.com",
"name": "Default"
}Get a specific recipient by ID
Successful response
{
"id": 1,
"type": "email",
"value": "team@example.com",
"name": "Default"
}