Pause or resume one alert channel. Set paused to true to stop delivery, or false to resume.
| Method | POST |
| Url | https://downdar.com/api/v1/alerts/pause |
channel_key
key
|
Alert channel key ({type}:{guid}). |
paused
key
|
true to pause, false to resume. |
ok
|
Always true on success. |
alert_channel
|
Pause result. Fields below apply to alert_channel. |
capacity
|
Alert channel quota for the account. |
rate_limit
|
Rate limit state for the tier this endpoint consumes. Present on every successful response. |
channel_key
|
Alert channel key. |
channel_type
|
Channel type. |
paused
|
Echoes the requested pause state. |
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. |