GET
/
api
/
overview
/
top-alerts-by-category
{
  "categories": [
    "<string>"
  ],
  "series": [
    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

Query Parameters

from
string
required
to
string
required
top
integer
required

Response

200 - */*
OK
categories
string[]
series
integer[]