Configuration Management
Retrieve config by key
Retrieve the config item with the specified key.
get/config/{key}
Path parameters
keystring required
Example:api_key
key for config item
Response
OK
Example response
{
"key": "api_key",
"value": "api-pk-1aEN2XGPUEKxMCcTsUZXFVEUu9GbtAjTEVc16dZBVxjfHeZACKO86vTRX"
}