v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-014406845.4 KB
Frontend API

Register a client SDK

This is for future use. Currently Frontend client registration is not supported. Returning 200 for clients that expect this status code. If the Frontend API is disabled 404 is returned.

post/api/frontend/client/register

Request body

appNamestring required

Name of the application using Unleash

instanceIdstring

Instance id for this application (typically hostname, podId or similar)

sdkVersionstring

Optional field that describes the sdk version (name:version)

environmentstring

deprecated

intervalnumber required

At which interval, in milliseconds, will this client be expected to send metrics

strategiesstring[] required

List of strategies implemented by this application

Example request

{
  "environment": "development"
}

Response

This response has no body.