For the complete documentation index, see llms.txt. This page is also available as Markdown.

Metrics and analytics

The Tenant API exposes the metrics and analytics data shown on the admin panel dashboard. Every endpoint in this section is read-only and requires the metrics:read scope.

Core metrics

Returns aggregated statistics for the requested period (verification counts, approval/rejection rates, etc.).

GET undefined/v1/kyc/metrics/stats

Charts and time series

Returns data for charts — time series with the requested granularity (hour, day, week).

GET undefined/v1/kyc/metrics/chart

Conversion funnel

Returns conversion-funnel data across verification stages (from link creation to flow completion).

GET undefined/v1/kyc/metrics/funnel

Activity

Returns user and operator activity data for the requested period.

GET undefined/v1/kyc/metrics/activity

Real-time metrics

Returns operational metrics in real time: number of active sessions, sessions queued for review, and similar live data.

GET undefined/v1/kyc/metrics/realtime

Data export

Exports metrics data in a structured format for downstream processing and analysis.

GET undefined/v1/kyc/metrics/export


Note. Real-time metrics are also available through a WebSocket connection in the admin panel. The API endpoints return a snapshot at request time.

Last updated