Skip to content

Return authentication Worker health.

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

Successful JSON response.

Media type application/json
object
status
required
string
service
required
string
version
required
string
codeVersion
required
string
deployTime
required
string
timestamp
required
string format: date-time
Example
{
"status": "ok",
"service": "ar-auth",
"version": "0.1.0",
"codeVersion": "a1b2c3d4",
"deployTime": "2026-06-20T00:00:00Z",
"timestamp": "2026-06-20T00:00:00.000Z"
}