Skip to main content
GET
/
health
Health check
curl --request GET \
  --url https://api.tryhuntr.com/health
{
  "status": "ok",
  "service": "huntr"
}

Response

200 - application/json

Service is healthy.

status
enum<string>

Always 'ok' on 200.

Available options:
ok
service
string

Service name.