GET
/
api
/
v1
/
kpis
{
  "kpis": [
    {
      "id": 1,
      "name": "Production Rate",
      "description": "Units produced per hour",
      "unit": "units",
      "data_type": "number",
      "frequency": "daily",
      "direction": "higher",
      "aggregation": "sum"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200
application/json

KPIs found

The response is of type object.