Metrics and analytics
Last updated
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.
Returns aggregated statistics for the requested period (verification counts, approval/rejection rates, etc.).
GET undefined/v1/kyc/metrics/stats
Returns data for charts — time series with the requested granularity (hour, day, week).
GET undefined/v1/kyc/metrics/chart
Returns conversion-funnel data across verification stages (from link creation to flow completion).
GET undefined/v1/kyc/metrics/funnel
Returns user and operator activity data for the requested period.
GET undefined/v1/kyc/metrics/activity
Returns operational metrics in real time: number of active sessions, sessions queued for review, and similar live data.
GET undefined/v1/kyc/metrics/realtime
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