Client (WIP)
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET
https://api.koople.com/proxy/client/initialize
This endpoint returns all the features enabled and the remote configs for the requested id.
x-api-key
string
Environment client API key.
id
string
User identifier
context
string
User attributes
{
"featureFlags": {
"awesomeFeature": true,
"superFeature": true
},
"remoteConfigs": {
"theme": "light"
}
}