GET
https://api.veriko.mx/v1/usage/limits User-visible rate limits
How-to guide →Returns the rate limit configuration applicable to the authenticated user (API, app access, login, registration, and password reset). Does not return live counters — only static configuration. These limits are orthogonal to the monthly validation quota — for that use GET /v1/usage/summary. When one of these limits is exceeded, the related endpoints return 429 with the Retry-After header.
curl -X GET 'https://api.veriko.mx/v1/usage/limits' \
-H 'Authorization: Bearer mxcep_••••'
Python example — coming soon.
JavaScript example — coming soon.
PHP example — coming soon.
| Status | Class | Description | Body |
|---|---|---|---|
| 200 | 2xx | Static rate limit configuration by context. | 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
|