SwiftGoma.SwiftGoma

Search endpoints

Jump to any API endpoint by name, method, or path

Guide

Dashboard

Role-specific overview and metrics endpoints — each one aggregates data that already exists elsewhere in the API into a single call, so a staff dashboard doesn't need to make a dozen requests to render its home screen. Every endpoint on this page lives under https://api.swiftgoma.com/api/v1/dashboard.

By role

EndpointRoleCovers
GET /support/overviewSUPPORTOpen contact messages, recent incidents.
GET /support/metricsSUPPORTResponse-time and volume metrics.
GET /accountant/overviewACCOUNTANTPending expenses, recent reports — see Expenses and Accounting.
GET /admin/overviewADMINPlatform-wide snapshot across users, orders, and revenue.
GET /admin/metricsADMINDeeper platform metrics for trend analysis.

These are read-only aggregation endpoints — for the underlying detail behind any figure, use the feature-specific endpoint it's drawn from.

Browse the Dashboard endpoints in the API Reference