GET
/
api
/
utm-asset-metrics
[
  {
    "id": "<string>",
    "assetName": "<string>",
    "metric": "<string>",
    "amount": 123
  }
]

Authorizations

Authorization
string
header
required

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

Utm-Internal-Key
string
header
required

Response

200 - */*
OK
assetName
string
required
metric
string
required
amount
integer
required
id
string