Skip to main content

Get flags

Retrieve the flags for an environment.

Responses
200

OK

Schema
array[]
feature object
id integer
name string
type string
feature_state_value

Can be any of the following types: string, integer, boolean, float

enabled boolean
GET /flags
https://edge.api.flagsmith.com/api/v1
curl -L -X GET 'https://edge.api.flagsmith.com/api/v1/flags' \
-H 'Accept: application/json'