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