v1

latestOpenAPI 3.0.3MIT2026-07-17493640.5 KB
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

keystring required

key for the config item.

Example response

{
  "key": "api_key",
  "value": "api-pk-1aEN2XGPUEKxMCcTsUZXFVEUu9GbtAjTEVc16dZBVxjfHeZACKO86vTRX"
}