Return ReBAC API health.
GET
/api/rebac/health
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/rebac/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": "ar-policy-rebac", "version": "0.1.0", "timestamp": "2026-06-19T00:00:00.000Z", "enabled": true, "database": true, "cache": true}