Skip to main content
GET
/
healthz
Health check
curl --request GET \
  --url https://api.ai-stats.phaseo.app/v1/healthz \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok"
}
A lightweight liveness probe. Returns { "status": "ok" } when the gateway is reachable and able to serve requests.

Authorizations

Authorization
string
header
required

Bearer token authentication

Response

200 - application/json

OK

status
string
Example:

"ok"