Return policy API health.
GET
/api/policy/health
Code sample: Shell / cURL
curl --request GET \ --url https://auth.example.com/api/policy/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
features
object
abac
boolean
rebac
boolean
logging
boolean
verifiedAttributes
boolean
customRules
boolean
Example
{ "status": "ok", "service": "ar-policy", "version": "0.1.0", "timestamp": "2026-06-19T00:00:00.000Z", "features": { "abac": true, "rebac": true, "logging": true, "verifiedAttributes": false, "customRules": false }}