v3 API//
- 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 rolling week, for specified item type
Get brief usage overview...
GET
curl -i -X GET \
https://api.observepoint.com/v3/usage/overview \
-H 'Authorization: YOUR_API_KEY_HERE'Usage overview
usagePercentage and usageLimit can be omitted if there is no limit. overLimitPrice is only visible to account admins.
usagePercentage and usageLimit can be omitted if there is no limit. overLimitPrice is only visible to account admins.
Response
{ "auditUsage": { "usageCount": 0, "usageLimit": 0, "limitNoteType": "UNLIMITED", "usagePercentage": 0.1, "overLimitPrice": { … }, "currentContractTerm": { … } }, "webJourneyUsage": { "usageCount": 0, "usageLimit": 0, "limitNoteType": "UNLIMITED", "usagePercentage": 0.1, "overLimitPrice": { … }, "currentContractTerm": { … } }, "allowOverages": true }