# VerificationResponse interface · @imqueue/http-protect

Source: https://imqueue.org/api/http-protect/latest/http-protect.verificationresponse/
Published: 2026-08-01
Author: @imqueue maintainers (https://github.com/imqueue)
Package: @imqueue/http-protect 3.0.1 — generated reference, not hand-written

The verdict [HttpProtect.verify()](https://imqueue.org/api/http-protect/latest/http-protect.httpprotect.verify/) returns.

**Signature:**

```typescript
export interface VerificationResponse 
```

## Properties


| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [httpCode](https://imqueue.org/api/http-protect/latest/http-protect.verificationresponse.httpcode/) |  | number | The status code matching [VerificationResponse.status](https://imqueue.org/api/http-protect/latest/http-protect.verificationresponse.status/) — 200 for `SAFE`, 429 for `LIMITED`, 418 for `BANNED`. |
| [status](https://imqueue.org/api/http-protect/latest/http-protect.verificationresponse.status/) |  | [VerificationStatus](https://imqueue.org/api/http-protect/latest/http-protect.verificationstatus/) | What was decided about the request. |

