GET
/
api
/
vendor
/
v1
/
kpis
curl --request GET \
  --url https://console.lomaplatform.com/api/vendor/v1/kpis \
  --header 'API-Key: <api-key>'
[
  {
    "id": "jujIJxyvlDo5qunI",
    "name": "Fundraising Events",
    "unit": null,
    "identifier": null,
    "description": "The number of fundraising events booked.",
    "is_delta_positive_better": true
  },
  {
    "id": "9f0mB9UcJPsN9KWV",
    "name": "Canvassing Hours",
    "unit": null,
    "identifier": null,
    "description": "Number of hours spent canvassing in the community.",
    "is_delta_positive_better": true
  }
]

Authorizations

API-Key
string
header
required

API Key for the vendor

Response

200 - application/json
200 OK
id
string
required
name
string
required
unit
string | null
required
identifier
string | null
required
description
string | null
required
is_delta_positive_better
boolean
required

If true, a positive change in the KPI value is considered better.