Public endpoint — returns runtime feature flags.
cURL
curl --request GET \ --url https://api.example.com/api/config
{ "stripe_enabled": true, "environment": "<string>", "waitlist_enabled": true, "integrations_enabled": true }
Successful Response
Public runtime configuration.