← Tools Reference

Flagsmith

Flagsmith integration (Developer Tools). Imported from open-connector.

API key4 toolshttps://edge.api.flagsmith.com/api/v1
GET
flagsmith_list_flags
List feature flags for the connected Flagsmith environment.

/flags/

1 parameter
ParamTypeRequiredDescription
featurestringoptionalThe Flagsmith feature name.
GET
flagsmith_get_feature_flag
Retrieve one feature flag by feature name from the connected environment.

/flags/

1 parameter
ParamTypeRequiredDescription
featurestringoptionalThe Flagsmith feature name.
GET
flagsmith_get_identity_flags
Retrieve evaluated flags and traits for a Flagsmith identity.

/identities/

1 parameter
ParamTypeRequiredDescription
identifierstringoptionalThe Flagsmith identity identifier.
POST
flagsmith_identify_identity
Identify a Flagsmith user, optionally set traits, and return evaluated flags.

/identities/

2 parameters
ParamTypeRequiredDescription
identifierstringrequiredThe Flagsmith identity identifier.
traitsarrayoptionalTraits to set for this identity.