v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Feature Groups

Retrieve a list of feature groups

This endpoint retrieves a paginated list of feature groups.</br>Required scope: feature-groups:read </br>Organization authorization: supported</br>This endpoint is feature-flagged and will only be available to operators who have the feature enabled.

get/api/v1/feature-groups

Query parameters

pageinteger

page number to retrieve (starts with 0)

perPageinteger

number of items per page (between 1 and 100, default 10)

Response

List of Feature Groups

Example response

{
  "data": [
    {
      "id": 1,
      "name": "FeatureGroup1"
    }
  ]
}