/bff/settings/env-variable-value
Returns the full (unmasked) value of a configuration variable. Use with caution — exposes secrets.
SettingsgetBffSettingsEnv-variable-value
Parameters
1 query
Query · 1
keystringRequiredConfiguration key to retrieve the value for.
Request
GET /bff/settings/env-variable-value
curl -X GET "https://api.bizkithub.com/bff/settings/env-variable-value?key=GOOGLE_ANALYTICS_ID" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"value": "example_value"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.