> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usezentra.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Tenant Analytics

> Compatibility note for tenant-specific analytics overlays

The analytics namespace is retained in Mintlify as a compatibility and tenant-overlay reference, not as part of the reviewed public gateway contract.

<Warning>
  Analytics routes are intentionally excluded from `docs/current/api-specs/reviewed-public-route-manifest.yaml`. Do not assume older tenant analytics endpoints are available in every environment.
</Warning>

## Current Status

* analytics is a tenant-specific or internal-style overlay surface
* route shapes, auth model, and export capabilities can differ by tenant
* older docs examples may refer to `/tenants/{tenantId}/analytics` style routes, but those are not reviewed public primitives

## What This Surface Usually Covers

* dashboard summary metrics
* time-series metric queries
* custom metric ingestion
* analytics export jobs
* tenant-specific alerting or reporting hooks

## How To Use This Page

Use this page to understand the capability category, not to infer a stable public HTTP contract.

If your tenant has analytics enabled:

* request the tenant-issued analytics contract from Zentra
* verify the exact route set, auth model, and retention behavior for your environment
* keep analytics integrations out of your core money-moving control path

## Recommended Public Alternatives

* use the reviewed API surfaces under transfers, virtual accounts, cards, identity, and webhooks for core operational flows
* use the console for operator-facing summaries when you do not need a tenant-specific analytics API

## Next Steps

<CardGroup cols={2}>
  <Card title="Analytics Overview" icon="chart-line" href="/api-reference/analytics/overview">
    See the capability-level analytics summary
  </Card>

  <Card title="Console" icon="grid" href="https://api.usezentra.com/internal/signin">
    Use the operational console for reviewed internal reporting workflows
  </Card>

  <Card title="Support" icon="headset" href="/support/contact">
    Request the tenant-issued analytics contract
  </Card>
</CardGroup>
