System

Health Check

Liveness probe for the API service. No authentication required. Useful for uptime monitoring and load balancer health checks.

https://public-api.buffmetrics.com
GET/health
Bearer

Authorization

default
AuthorizationBearer <token>

Send your FansMetric API key as a Bearer token in the Authorization header.

In: header

curl --request GET "https://public-api.buffmetrics.com/health" \
  --header "Authorization: Bearer YOUR_API_KEY"

Response

200
{
"status":"ok"
}