curl --request GET \
--url https://{host}/frontend/api/v1/statistics/summary \
--header 'Authorization: Bearer <token>'{
"period": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"users-usage": [
{
"resources": [
{
"amount": 1,
"name": "count",
"price": 123,
"title": "<string>",
"value": 123,
"value-type": "ms"
}
],
"user-id": 1
}
]
}curl --request GET \
--url https://{host}/frontend/api/v1/statistics/summary \
--header 'Authorization: Bearer <token>'{
"period": {
"from": "2023-11-07T05:31:56Z",
"to": "2023-11-07T05:31:56Z"
},
"users-usage": [
{
"resources": [
{
"amount": 1,
"name": "count",
"price": 123,
"title": "<string>",
"value": 123,
"value-type": "ms"
}
],
"user-id": 1
}
]
}API Key Security (Header).
1 <= x <= 122024 <= x <= 2025x >= 0Was this page helpful?