# 📋 Get usage summary for a company Get a high-level usage summary for a company. Endpoint: GET /usage/summary Version: 1.0.0 Security: APIKeyHeader ## Header parameters: - `X-PDP-Client-Id` (string, required) ID of the PDP Client for which the operation is performed ## Response 200 fields (application/json): - `company_id` (string, required) - `current_month_calls` (integer, required) API calls in current month - `previous_month_calls` (integer, required) API calls in previous month - `month_over_month_change` (number, required) Percentage change from previous month - `most_used_endpoint` (any, required) Most frequently used endpoint - `least_used_endpoint` (any, required) Least frequently used endpoint - `peak_usage_day` (any, required) Day with highest usage - `peak_usage_count` (any, required) Highest daily usage count ## Response 401 fields (application/json): - `error` (string, required) - `code` (integer, required) - `trace_id` (string, required) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required) ## Response 403 fields ## Response 404 fields