BizKitHub
DocsAPI ReferenceSettings/bff/settings/env-variable-value
getSettingsAdmin BFF

/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 parameters

· 1
keystringRequired

Configuration key to retrieve the value for.

ExampleGOOGLE_ANALYTICS_ID

Response schema

1 status code documented

200Success
valuestringRequired

Full value of the configuration variable. Empty string if not found.

Response example

application/json
{
  "value": "example_value"
}

Request example

GET /bff/settings/env-variable-value

get
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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key