GEThttps://api.veriko.mx/v1/insights/overview

User's KPI summary

Audience
public
Auth
API key
Permission
insights:read_self
How-to guide →

Returns the user's key indicators:

  • total validations
  • today's and yesterday's counts
  • success rate
  • average latency over the last 24 hours

Includes the Banxico verdict distribution for the last 7 days.

Request
curl -X GET 'https://api.veriko.mx/v1/insights/overview' \
  -H 'Authorization: Bearer veriko_••••'

Python example — coming soon.

JavaScript example — coming soon.

PHP example — coming soon.

Response 200InsightsOverviewAttributes — User-scoped KPIs and Banxico verdict distribution for the last 7 days.
FieldTypeDescription
totalinteger

Total validations in the selected scope and period.

e.g. 1240
todayinteger

Validations created on the current calendar day (UTC).

e.g. 37
yesterdayinteger

Validations created on the previous calendar day (UTC).

e.g. 42
success_ratenumber

Percentage of validations with valid verdict out of all completed, expressed from 0 to 100.

e.g. 94.2
avg_latency_msinteger

Average processing time in milliseconds over the last 24 hours.

e.g. 810
by_banxico_7dobject

Banxico verdict distribution for the last 7 days. Keys are verdict enum values (valid, not_found, cep_unavailable, error). Missing values imply zero.

e.g. {"valid":210,"invalid":8,"not_found":3,"cep_unavailable":2}
scopestring

Overview scope: self — only the authenticated user's validations; global — all platform validations (admin only).

e.g. self
Response status codesGET /v1/insights/overview
StatusClassDescriptionBody
2002xxUser-scoped KPIs and Banxico verdict distribution for the last 7 days.No body
4014xxAuthentication is required or the provided credentials are invalid.ErrorResponse
4034xxInsufficient permissions.ErrorResponse
Errors from GET /v1/insights/overview
StatusCodeExample
401unauthorized

Invalid or missing authentication credentials.

Envelope
meta.request_id
c4d5e6f7a8b9
403forbidden

You do not have permission to access this resource.

Envelope
meta.request_id
d5e6f7a8b9c0