Skip to main content
GET
Check if a feature flag is enabled for a business

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

business_id
string
required

The ID of the business

feature_flag_name
string
required

The name of the feature flag

Response

200 - application/json

A FeatureFlag object

feature_flag_name
string
required

The name of the feature flag

enabled
boolean
required

Whether the feature flag is enabled