Overview
The Get Group Status Badge endpoint generates status badges (SVG images) that display the overall health status of a check group. These badges aggregate the status of all checks within the group. Common Use Cases:- Service Group Status Display
- Project Health Indicators
- Team Dashboard Widgets
- Multi-Check Status Summary
Group status badges reflect the combined health of all checks in the group. The badge will show degraded or failed status if any checks in the group are not passing.
Authorizations
The Checkly Public API uses API keys to authenticate requests. You can get the API Key here.
Your API key is like a password: keep it secure!
Authentication to the API is performed using the Bearer auth method in the Authorization header and using the account ID.
For example, set Authorization header while using cURL:
curl -H "Authorization: Bearer [apiKey]" "X-Checkly-Account: [accountId]"
Path Parameters
Query Parameters
Available options:
flat
, plastic
, flat-square
, for-the-badge
, social
Available options:
light
, dark
, default
Response
200 - application/json
Successful
The response is of type string
.