{
"total": 123,
"top": [
{
"value": "<string>",
"count": 123,
"percent": 123
}
]
}
{
"total": 123,
"top": [
{
"value": "<string>",
"count": 123,
"percent": 123
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The body is of type object[]
.
OK
The response is of type object
.