Skip to content

Get not filterable usage summary for account

Request

GET /v3/usage/summary
Security
API_Key
GET
/v3/usage/summary
curl -i -X GET \
  https://api.observepoint.com/v3/usage/summary \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

Basic usage summary

Bodyapplication/json
usersUsageobjectrequired
contactsArray of objects, >= 0 itemsrequired

List of people to contact for support

allowOveragesbooleanrequired

When TRUE, account is allowed to go over the limit and will be charged for overages. When FALSE, account will be blocked from running audits and web journeys that will go over the limit.

Response
{ "usersUsage": { "totalUsers": 0, "usersLoggedInLast30Days": [] }, "contacts": [ {} ], "allowOverages": true }