# Get not filterable usage summary for account GET /v3/usage/summary Endpoint: GET /v3/usage/summary Security: API_Key ## Response 200 fields (application/json): - `usersUsage` (object, required) - `usersUsage.totalUsers` (integer, required) Number of users in account - `usersUsage.usersLoggedInLast30Days` (array, required) List of user IDs that logged in last 30 days Example: [123] - `contacts` (array, required) List of people to contact for support - `contacts.type` (string, required) - Account Executive - Customer Success Manager Enum: "AE", "CSM" - `contacts.name` (string, required) Name of the person to contact - `contacts.email` (string, required) - `allowOverages` (boolean, required) 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 401 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object) ## Response 403 fields (application/json): - `timestamp` (string) - `message` (string) - `details` (string) - `validationReport` (object)