GET Experimental Settings​
GET
/setting/experiments
Retrieve experimental feature flags and settings. These control optional features like the company module, event tracking, activity logging, and other features that may be in beta or require explicit opt-in.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Responses​
Experimental settings returned successfully.
application/json
JSON
{
"settings": {
"additionalProperties": "string"
}
}