Skip to content

List alertmanager receivers API Reference

GET
/tenants/{tenant}/alertmanager/receivers
curl --request GET \
--url https://api.kupe.cloud/api/v1/tenants/acme/alertmanager/receivers \
--header 'Authorization: <Authorization>'

List all notification receivers configured for this tenant. Each receiver is a named container of type-specific notification configurations (slack_configs, email_configs, etc.).

tenant
required
string

Tenant name

Receivers

Media type application/json
object
items
Array<object>
object
email_configs
Array<object>
object
key
additional properties
name
string
slack_configs
Array<object>
object
key
additional properties
webhook_configs
Array<object>
object
key
additional properties
Example
{
"items": [
{
"name": "slack"
}
]
}
ETag
string

Wrapper ETag for optimistic locking