v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
Metrics

Create an application to connect reported metrics

Is used to report usage as well which sdk the application uses

post/api/admin/metrics/applications/{appName}

Path parameters

appNamestring required

Request body

strategiesstring[]

Which strategies the application has loaded. Useful when trying to figure out if your custom strategy has been loaded in the SDK

urlstring

A link to reference the application reporting the metrics. Could for instance be a GitHub link to the repository of the application

colorstring

Css color to be used to color the application's entry in the application list

iconstring

An URL to an icon file to be used for the applications's entry in the application list

Example request

{
  "strategies": [
    "standard",
    "gradualRollout",
    "mySpecialCustomStrategy"
  ],
  "url": "https://github.com/Unleash/unleash-proxy-client-js",
  "color": "red",
  "icon": "https://github.com/favicon.ico"
}

Response

This response has no body.