v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get Config Key Values

Retrieves the organization configuration values based on config name.

get/organization/configkeyvalue

Query parameters

name'CONF_MAX_CARDS_PER_ORG' | 'IS_DIRECT_REPLAY_ENABLED' required

Name of the configuration key to fetch details.

Response

200

idinteger
entityIdinteger
keyNamestring
valuestring

Example response

{
  "keyName": "IS_DIRECT_REPLAY_ENABLED",
  "value": "0"
}