Create a status page. Do not send guid; the server assigns one. New pages start as draft with an empty layout.
| Method | POST |
| Url | https://downdar.com/api/v1/status/create |
name
req
|
String, max 255 characters. |
title_url
opt
|
Optional http or https URL for the page title link. |
theme
opt
|
dark (default), light |
display_mode
opt
|
compact (default), detailed |
show_targets
opt
|
Boolean. Defaults to false. |
page_background_hex
opt
|
Hex color. Defaults from the selected theme. |
header_color_hex
opt
|
Hex color. Defaults from the selected theme. |
text_color_hex
opt
|
Hex color. Defaults from the selected theme. |
ok
|
Always true on success. |
status_page
|
Status page object. Fields below apply to status_page. |
capacity
|
Status page quota for the account. |
rate_limit
|
Rate limit state for the tier this endpoint consumes. Present on every successful response. |
guid
|
Status page id. |
name
|
Page name. |
published
|
Always draft immediately after create. |
layout
|
Empty until you update the page. |
monitor_count
|
Always 0 immediately after create. |
limit
|
Maximum status pages allowed on your plan. |
used
|
Status pages currently in use. |
remaining
|
Status pages 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. |