v1

latestOpenAPI 3.0.42026-07-13107171473.3 KB
Feature Flags & Settings

List Flags

This endpoint returns the list of the Feature Flags and Settings defined in a specified Config, identified by the configId parameter.

get/v1/configs/{configId}/settings

Path parameters

configIdstring uuid required

The identifier of the Config.

Response

settingIdinteger required

Identifier of the Feature Flag or Setting.

keystring required

Key of the Feature Flag or Setting.

namestring required

Name of the Feature Flag or Setting.

hintstring nullable required

Description of the Feature Flag or Setting.

orderinteger required

The order of the Feature Flag or Setting represented on the ConfigCat Dashboard.

settingType'boolean' | 'string' | 'int' | 'double' required

The type of the Feature Flag or Setting.

isJsonboolean required
configIdstring uuid required

Identifier of the Feature Flag's Config.

configNamestring required

Name of the Feature Flag's Config.

createdAtstring date-time nullable required

The creation time of the Feature Flag or Setting.