Scanova has no dedicated API usage dashboard in the app today. The Developer → API section contains a single page, API Keys, and
/api/usage returns a 404. Until an in-app dashboard ships, read your usage from the Management API endpoints below.Where usage data actually lives
Until an in-app dashboard exists, the only way to see Management API usage is to call the usage endpoints directly, using the same OAuth access token you use for the dashboard itself (not a Management API key):These figures are aggregated per environment (
sandbox, live, zapier, mcp), across every key sharing that environment — not per individual key. A single key’s own lifetime request count is the usage_count field returned by GET /console/token/, which is not surfaced anywhere in the dashboard UI either, only in the raw API response.Related
- Usage statistics, Daily usage, and Usage by endpoint — the technical endpoints to call directly until an in-app dashboard ships
- Creating & managing API keys — the one Developer → API page that does exist today