Return readiness probe status.
GET
/health/ready
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/health/readyResponses
Section titled “ Responses ”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-token", "version": "0.1.0", "timestamp": "2026-06-19T00:00:00.000Z"}