Client
Endpoints for Unleash server-side clients.
📄️ Get a single feature flag
Gets all the client data for a single flag. Contains the exact same information about a flag as the `/api/client/features` endpoint does, but only contains data about the specified flag. All SDKs should use `/api/client/features`
📄️ Get all flags (SDK)
Returns the SDK configuration for all feature flags that are available to the provided API key. Used by SDKs to configure local evaluation
📄️ Register client usage metrics
Registers usage metrics. Stores information about how many times each flag was evaluated to enabled and disabled within a time frame. If provided, this operation will also store data on how many times each feature flag's variants were displayed to the end user.
📄️ Register a client SDK
Register a client SDK with Unleash. SDKs call this endpoint on startup to tell Unleash about their existence. Used to track custom strategies in use as well as SDK versions.