/
📋 Get usage summary for...
Get a high-level usage summary for a company.
Security
APIKeyHeader
- Dev serverhttps://pdp.seqino.dev/api/usage/summary
- Production serverhttps://pa.seqino.com/api/usage/summary
curl -i -X GET \
https://pdp.seqino.dev/api/usage/summary \
-H 'Authorization: YOUR_API_KEY_HERE' \
-H 'X-PDP-Client-Id: client_abc123'Successful Response
Any of:
Most frequently used endpoint
string
Any of:
Least frequently used endpoint
string
Response
{ "company_id": "string", "current_month_calls": 0, "previous_month_calls": 0, "month_over_month_change": 0, "most_used_endpoint": "string", "least_used_endpoint": "string", "peak_usage_day": "2019-08-24", "peak_usage_count": 0 }