Get rate limit status
Returns the current rate limit and quota usage for the caller's API key
and environment. This endpoint does not consume a meaningful request
against your rate limit.
Use this to monitor your remaining quota before making bulk API calls.
Authentication
X-API-Keystring
Organization API key. Keys are prefixed with vk_live_ (production) or
vk_sandbox_ (sandbox).
Headers
Verifa-Version
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Key-Inflection
Response key casing. Defaults to snake.
Allowed values:
Response
Current rate limit and quota status.
rate_limit
Per-minute rate limit status for this environment.
quotas
Per-product quota usage. Keys are quota identifiers
(e.g., verification_creation, key_creation).
plan
The organization's current plan.
environment
The environment for this API key (sandbox or live).
Allowed values:
Errors
401
Unauthorized Error