v1
latestOpenAPI 3.0.12026-07-24501176.6 MBGet 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
Example response
{
"keyName": "IS_DIRECT_REPLAY_ENABLED",
"value": "0"
}