v3 API//
- Get not filterable usage summary for account
Get brief usage overview 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 rolling week, for specified item type
Get not filterable usage...
GET
curl -i -X GET \
https://api.observepoint.com/v3/usage/summary \
-H 'Authorization: YOUR_API_KEY_HERE'Basic usage summary
Response
{ "usersUsage": { "totalUsers": 0, "usersLoggedInLast30Days": [ … ] }, "contacts": [ { … } ], "allowOverages": true }