Skip to main content
GET
/
v1
/
policies
/
enforcement
Get the org-wide policy enforcement switch
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/policies/enforcement \
  --header 'x-api-key: <api-key>'
{
  "policy_enforcement_enabled": true
}

Authorizations

x-api-key
string
header
required

Response

Successful Response

The org-wide policy enforcement master (kill) switch.

policy_enforcement_enabled
boolean
required