List alert channels for the authenticated account, including the built-in email channel. Use channel_key values when assigning channels to monitors and heartbeats.
| Method | POST |
| Url | https://downdar.com/api/v1/alerts/list |
ok
|
Always true on success. |
alert_channels
|
Array of alert channel summary objects. |
capacity
|
Alert channel quota for the account. |
rate_limit
|
Rate limit state for the tier this endpoint consumes. Present on every successful response. |
guid
|
Alert channel id. The built-in email channel always uses 00000000-0000-0000-0000-000000000001. |
channel_type
|
email (built-in) or discord, slack, teams, telegram, webhook. |
channel_key
|
Key for monitor and heartbeat alert_channel_keys. Built-in email is always email; custom channels use {type}:{guid}. |
name
|
Channel name. For built-in email, this is the account owner address. |
system
|
true for the platform email channel. Omitted on custom channels you create. |
paused
|
true when delivery is paused. Always false for built-in email. |
monitor_count
|
Monitors linked to this channel. |
heartbeat_count
|
Heartbeats linked to this channel. |
limit
|
Maximum alert channels allowed on your plan. |
used
|
Alert channels currently in use. |
remaining
|
Alert channels you can still create. |
tier
|
Rate tier this endpoint counts against (1-5). |
cost
|
Units consumed by this request against the tier window. |
timeframe
|
Rolling limit window: second, minute, hour, or day. |
limit
|
Maximum units allowed in the timeframe for this tier on your plan. |
used
|
Units already used in the current window. |
remaining
|
Units left before this tier returns HTTP 429. |