v3 API//
- Get usage trends for rolling week, for specified item type
Get brief usage overview for account
Get not filterable usage summary for account
Get filterable specific item type usage summary for account. If web journeys are not included in contract, 404 status code will be returned
Get usage trends for specified item type
Get usage trends for roll...
GET /v3/usage/{itemType}/daily-trends
Security
API_Key
GET
curl -i -X GET \
'https://api.observepoint.com/v3/usage/{itemType}/daily-trends' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "dailyUsageItems": [ { … } ] }