Skip to content

/healthz

GET
/healthz
curl --request GET \
--url https://service.v2.nairon.xyz/healthz \
--header 'Authorization: Bearer <token>'

Liveness probe — no auth required.

Default Response

Media typeapplication/json
object
status
required
string
Allowed values: ok
service
required
string
Allowed values: service-api
version
required
string
Example
{
"status": "ok",
"service": "service-api"
}