コンテンツにスキップ

Return liveness probe status.

GET
/health/live
Code sample: Shell / cURL
curl --request GET \
--url https://auth.example.com/health/live

Successful JSON response.

Media type application/json
object
status
string
service
string
version
string
timestamp
string format: date-time
checks
object
key
additional properties
key
additional properties
Example
{
"status": "ok",
"service": "op-userinfo",
"version": "0.1.0",
"timestamp": "2026-06-19T00:00:00.000Z"
}