Client
Endpoints for Unleash server-side clients.
📄️ Get a single feature toggle
Gets all the client data for a single toggle. Contains the exact same information about a toggle as the `/api/client/features` endpoint does, but only contains data about the specified toggle. All SDKs should use `/api/client/features`
📄️ Get all toggles (SDK)
Returns the SDK configuration for all feature toggles 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 toggle was evaluated to enabled and disabled within a time frame. If provided, this operation will also store data on how many times each feature toggle'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.