GET https://api.veriko.mx/v1/usage/limits

User-visible rate limits

Audience
public
Auth
API key
Permission
usage:read_self
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.

Request
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.

Response status codes GET /v1/usage/limits
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
Errors from GET /v1/usage/limits
Status Code Detail
401 unauthorized

Invalid or missing authentication credentials.

Envelope
meta.request_id
c4d5e6f7a8b9
403 forbidden

You do not have permission to access this resource.

Envelope
meta.request_id
d5e6f7a8b9c0