Return token Worker health.
GET
/api/health
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/healthResponses
Section titled “ Responses ”Successful JSON response.
Media type application/json
object
status
required
string
service
required
string
timestamp
required
string format: date-time
Example
{ "status": "ok", "service": "op-token", "timestamp": "2026-06-19T00:00:00.000Z"}