v1

latestOpenAPI 3.1.22026-08-0611530152.3 KB
Alarms

Retrieve specific recipient

Get a specific recipient by ID

get/alarms/recipients/{id}

Response

Successful response

idinteger

Recipient ID

type'email' | 'webhook' | 'pagerduty' | 'opsgenie' | 'opsgenie-eu' | 'victorops' | 'slack' | 'teams'

Recipient type

valuestring

Recipient endpoint (email, URL, etc.)

namestring

Recipient name

optionsobject nullable

Additional options

Example response

{
  "id": 1,
  "type": "email",
  "value": "team@example.com",
  "name": "Default"
}