GET /{environment}/features

Path parameters

  • environment string Required

    The environment

    Values are widget or platform.

Responses

  • 200 application/json

    feature flags retrieved successfully

    Hide response attribute Show response attribute object
    • * boolean Additional properties
GET /{environment}/features
curl \
 --request GET 'https://domain.tld/api/v2/widget/features'
Response examples (200)
{
  "feature_key_1": true,
  "feature_key_2": false
}