Skip to main content
GET
/
health
Liveness + freshness probe
curl --request GET \
  --url https://csboard.com/v1/health
{
  "status": "ok",
  "groups": 184213,
  "price_list_age_seconds": 42
}

Response

200 - application/json

Service is up.

status
string
required
Example:

"ok"

groups
integer
required

Count of priced item groups.

price_list_age_seconds
integer
required

Age of the materialized price list, in seconds (freshness).