Skip to content

Register Unleash client

POST
/api/v4/feature_flags/unleash/{project_id}/client/register
project_id
required
string

The ID of a project

Media type application/json
object
instance_id

The instance ID of Unleash Client

string
nullable
app_name

The application name of Unleash Client

string
nullable
Example generated
{
"instance_id": "example",
"app_name": "example"
}

Created

Bad Request

Not Found