Skip to main content
GET
Get the status of multiple feature flags 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

Query Parameters

feature_flag_names
string[]
required

The names of the feature flags to check

Response

200 - application/json

A dictionary with a feature_flags property which is an array of FeatureFlag objects

feature_flags
The Feature Flag object · object[]
required

An array of FeatureFlag objects