Parameters
1 query
Query parameters
· 1keystringRequiredConfiguration key to retrieve the value for.
Example
GOOGLE_ANALYTICS_IDReturns the full (unmasked) value of a configuration variable. Use with caution — exposes secrets.
1 query
keystringRequiredConfiguration key to retrieve the value for.
GOOGLE_ANALYTICS_ID1 status code documented
valuestringRequiredFull value of the configuration variable. Empty string if not found.
{
"value": "example_value"
}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"All BizKitHub public API endpoints require authentication via API key.