Skip to main content

Overview

Retrieve verification metrics with optional date filtering to summarize volume, status breakdowns, and recent activity. Auth: API key required.

GET /api/v1/metrics/verifications

Purpose: return verification metrics for a user. Query parameters:
  • from (RFC3339, optional): filter metrics from this date
  • to (RFC3339, optional): filter metrics up to this date
Notes:
  • Series data is only included when both from and to are provided.
Example request:

Response

Status: 200 OK Example response:
Errors:
  • 400 invalid date params.
  • 401 unauthorized.
  • 500 internal error.