Get dashboard summary
Returns aggregated transfer counters and operational health snapshot for dashboards.
Authorizations
JWT Bearer token authentication. The tenantId is derived from the bearer token or authenticated request context and is not supplied through X-Organization-Id.
Headers
Midaz organization scope for the request, used for downstream CRM, Fees, and Midaz calls. Required on org-scoped transfer routes in every deployment mode; a missing or non-UUID value returns 400. This is not the tenant identifier — tenantId is derived from the bearer JWT or authenticated context, never from this header. Background workers (TED IN poller, reconciliation) have no request header and, in single-tenant mode, fall back to the deployment's ORGANIZATION_ID env.
Response
Dashboard summary returned successfully.
Version of the dashboard response contract.
"v1"
Total number of transfers in the period.
128
Transfer count grouped by status.
Transfer count grouped by type.
Operational health snapshot.
Timestamp when the summary was generated.
"2026-02-01T12:00:00-03:00"
Whether the system is in a degraded state.
false
List of degradation reasons when degraded is true.

