Supaboard Uptime
**Uptime monitoring as an API — the engine without the dashboard.** Supaboard Uptime is headless monitoring you wire into your own product, status page, or automation. Create a monitor with one POST request — we check it around the clock and notify you the moment it goes down, or before its SSL certificate expires. **Alert channels** Channels are where alerts get delivered: webhook, email,…
Supaboard Uptime endpoints
| Method | Endpoint | Description |
|---|---|---|
| monitors | ||
| POST |
/v1/monitors/{id}/resume /v1/monitors/{id}/resume |
|
| POST |
/v1/monitors/{id}/pause /v1/monitors/{id}/pause |
|
| DELETE |
/v1/monitors/{id} /v1/monitors/{id} |
|
| GET |
/v1/monitors/{id}/incidents /v1/monitors/{id}/incidents |
|
| POST |
/v1/monitors/{id}/test /v1/monitors/{id}/test |
The result is not stored and does not affect history — use it to validate configuration. |
| PATCH |
/v1/monitors/{id} /v1/monitors/{id} |
If url or interval changes, the next check is scheduled immediately. |
| GET |
/v1/monitors/{id}/stats /v1/monitors/{id}/stats |
Uptime percentage, average TTFB and incident count for the selected period. |
| GET |
/v1/monitors /v1/monitors |
|
| GET |
/v1/monitors/{id} /v1/monitors/{id} |
|
| POST |
/v1/monitors /v1/monitors |
Plan limits are enforced: monitor count and minimum check interval. `headers` are stored encrypted and never returned in responses. |
| GET |
/v1/monitors/{id}/history /v1/monitors/{id}/history |
Latest check results up to the plan history limit (BASIC: 100, others: 1000). |
| channels | ||
| POST |
/v1/channels/{id}/test /v1/channels/{id}/test |
|
| POST |
/v1/channels /v1/channels |
webhook: config.url (secret is returned once in the create response) · slack: config.url (Incoming Webhook) · telegram: config.chat_id (send /start to the bot) · email:… |
| GET |
/v1/channels /v1/channels |
|
| DELETE |
/v1/channels/{id} /v1/channels/{id} |
|
| system | ||
| GET |
/v1/health /v1/health |
|
Supaboard Uptime pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $7 / month | — |
|
| ULTRA Recommended | $19 / month | — |
|
| MEGA | $49 / month | — |
|