Client
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.
post/api/client/register
Request body
Example request
{
"appName": "example-app",
"instanceId": "b77f3d13-5f48-4a7b-a3f4-a449b97ce43a",
"sdkVersion": "unleash-client-java:7.0.0",
"platformName": ".NET Core",
"platformVersion": "3.1",
"yggdrasilVersion": "1.0.0",
"specVersion": "3.0.0",
"sdkFlavor": "unleash-openfeature-node-provider",
"sdkFlavorVersion": "1.0.1",
"interval": 10,
"strategies": [
"default",
"gradualRollout",
"remoteAddress"
]
}Response
This response has no body.