GEThttps://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 veriko_••••'

Python example — coming soon.

JavaScript example — coming soon.

PHP example — coming soon.

Response status codesGET /v1/usage/limits
StatusClassDescriptionBody
2002xxStatic rate limit configuration by context.No body
4014xxAuthentication is required or the provided credentials are invalid.ErrorResponse
4034xxInsufficient permissions.ErrorResponse
Errors from GET /v1/usage/limits
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