Badge
Embeddable SVG status badges for README files and dashboards
GET
/badge/{orgSlug}Bearer Token
Get status badge SVG
Returns an SVG badge showing the worst health status across all services your organization depends on. Embed this in dashboards or internal tools.
The badge reflects the most severe status: if any service is in major_outage, the badge shows red. Responses are cached for 5 minutes.
| Status | Color | Label |
|---|---|---|
operational | Green (#00FF87) | Healthy |
degraded | Yellow (#FFD60A) | Degraded |
partial_outage | Orange (#FF6B35) | Partial Outage |
major_outage | Red (#FF3B3B) | Outage |
Parameters
orgSlugstringpathrequiredOrganization slug for URL readability. The actual organization is determined by the API key.
Responses
Code Samples
curl -H 'Authorization: Bearer YOUR_API_KEY' \
https://checkupstream.com/api/v1/badge/acme -o badge.svgShell