Health check endpoints
Check API health and status
Default Response
ok
Server uptime in seconds
abc1234
Last updated 9 days ago
Was this helpful?
GET /health HTTP/1.1 Host: api.creditcoop.xyz Accept: */*
{ "status": "ok", "timestamp": "2026-07-12T01:30:48.876Z", "uptime": 1, "version": "abc1234" }