v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
orgFeatureSettings

Get a list of opt-in/out features.

Get a list of opt-in/out features for the organization.

get/v1/featureSettings

Response

A list of opt-in/out features for the organization.

Example response

{
  "featureSettings": [
    {
      "id": "Mobot",
      "settings": [
        {
          "key": "enabled",
          "value": "false"
        }
      ],
      "name": "Mobot",
      "type": "GA",
      "lastModifiedAt": "2025-10-16T09:10:00Z",
      "lastModifiedBy": "0000000006743FE8"
    }
  ]
}