Skip to main content

Get identity flags and traits

Retrieve the flags and traits for an identity. Note: identity will be lazily created if it does not already exist.

Query Parameters
identifier REQUIRED

Identity Key

Responses
200

OK

Schema
object[]
identifier string
flags 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
traits object[]
trait_key string
trait_value string
GET /identities
identifier — query
https://edge.api.flagsmith.com/api/v1
curl -L -X GET 'https://edge.api.flagsmith.com/api/v1/identities' \
-H 'Accept: application/json'