v1

OpenAPI 3.0.42026-07-13107171473.3 KB
Feature Flags & Settings

Get Flag

This endpoint returns the metadata attributes of a Feature Flag or Setting identified by the settingId parameter.

get/v1/settings/{settingId}

Path parameters

settingIdinteger required

The identifier of the Setting.

Response

When everything is ok, the setting data returned.

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.