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

NameTypeDescription

x-api-key

string

Environment client API key.

Request Body

NameTypeDescription

id

string

User identifier

context

string

User attributes

{
    "featureFlags": {
        "awesomeFeature": true,
        "superFeature": true
    },
    "remoteConfigs": {
        "theme": "light"
    }
}

Last updated