v1

latestOpenAPI 3.0.12026-07-24501176.6 MB

Get org configs

Retrieves the organization configuration values based on config name.

get/configkeyvalue?name={configKeyName}

Query parameters

namestring

The key name for which the value is being requested

Response

200

entityIdinteger
keyNamestring
valuestring
scopestring

Example response

{
  "entityId": 100458,
  "keyName": "CONF_MAX_CARDS_PER_ORG",
  "value": "6",
  "scope": "ORG"
}