コンテンツにスキップ

Return token Worker health.

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

Successful JSON response.

Media type application/json
object
status
required
string
Allowed values: ok
service
required
string
Allowed values: op-token
timestamp
required
string format: date-time
Example
{
"status": "ok",
"service": "op-token",
"timestamp": "2026-06-19T00:00:00.000Z"
}