VerificationResponse.httpCode property
The status code matching VerificationResponse.status — 200 for SAFE, 429 for LIMITED, 418 for BANNED.
Signature:
httpCode: number;
Remarks
418 rather than another 429 is deliberate, so that a ban is distinguishable from a rate limit in logs and at the edge. It is not a status code clients or CDNs treat meaningfully, so translate it if that matters to you.
Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.