GET
https://api.veriko.mx/v1/usage/history Monthly usage history
How-to guide →Returns the last N months of validation usage. The limit shown per period reflects the current plan as a snapshot; historical plan changes are not retained.
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
months | query | integer | optional | Number of months to include in the history. Default: |
curl -X GET 'https://api.veriko.mx/v1/usage/history' \
-H 'Authorization: Bearer mxcep_••••'
Python example — coming soon.
JavaScript example — coming soon.
PHP example — coming soon.
| Status | Class | Description | Body |
|---|---|---|---|
| 200 | 2xx | Monthly usage history ordered from most to least recent. | No body |
| 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
|