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-VersiondateOptional

API version date string (e.g. 2026-02-01). If omitted, the version pinned to your API key is used.

Key-InflectionenumOptionalDefaults to snake

Response key casing. Defaults to snake.

Allowed values:

Response

Current rate limit and quota status.
rate_limitobject

Per-minute rate limit status for this environment.

quotasmap from strings to objects

Per-product quota usage. Keys are quota identifiers (e.g., verification_creation, key_creation).

planstring
The organization's current plan.
environmentenum

The environment for this API key (sandbox or live).

Allowed values:

Errors

401
Unauthorized Error