Return check API health.
GET
/api/check/health
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/check/healthResponses
Section titled “ Responses ”Successful JSON response.
Media type application/json
object
status
required
string
service
required
string
version
required
string
timestamp
required
string format: date-time
key
additional properties
Example
{ "status": "ok", "service": "check-api", "version": "0.1.0", "timestamp": "2026-06-19T00:00:00.000Z", "enabled": true, "database": true, "cache": true, "debug_mode": false, "batch_size_limit": 100}