HTTP 402rate_limit

Monthly plan quota exhausted

limit_reached

What it means

The key owner's monthly free-plan quota is used up. Pro/Team/Trial accounts are unlimited.

Common causes

How to fix

  1. Upgrade at https://regcheck360.com/pricing.
  2. Or wait until the quota resets at the start of the next calendar month (UTC).
  3. Use `GET /api/v1/usage` to see current consumption and limits.

Example

// 402 response body (flat)
{
  "error": "limit_reached",
  "plan": "free",
  "usage": { "checks": 5, "formula": 0, "pathway": 0 },
  "limit": 5,
  "upgrade_url": "/pricing"
}