GET
https://api.veriko.mx/v1/usage/breakdown Usage breakdown by operation
How-to guide →Breaks down usage for the indicated period by billable operation type (validation, validation_ocr, etc.). Use current for the running month or YYYY-MM for a specific month.
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
period | query | string | optional | Period to break down. Accepts `current` for the running month or a `YYYY-MM` string for a specific month. |
curl -X GET 'https://api.veriko.mx/v1/usage/breakdown' \
-H 'Authorization: Bearer mxcep_••••'
Python example — coming soon.
JavaScript example — coming soon.
PHP example — coming soon.
| Status | Class | Description | Body |
|---|---|---|---|
| 200 | 2xx | Consumption counts by operation type for the requested period. | No body |
| 400 | 4xx | The `period` parameter format is invalid. | ErrorResponse |
| 401 | 4xx | Authentication is required or the provided credentials are invalid. | ErrorResponse |
| 403 | 4xx | Permisos insuficientes | ErrorResponse |
| Status | Code | Detail |
|---|---|---|
| 401 | unauthorized | Invalid or missing authentication credentials. Envelope
|
| 403 | forbidden | You do not have permission to access this resource. Envelope
|