---
title: "Scan Status"
method: POST
path: "/v0/scan/status/"
tags: ["Scan Feedback"]
---

# Scan Status

`POST /v0/scan/status/`

Report whether the end-user accepted the Blockaid classification on the entity being scanned.

## Request body

- ScanStatusRequest
  - `request_id` string, required — The x-request-id header returned from the previous Blockaid api request
  - `status` 'accepted' | 'rejected', required — Status of a scan-status lookup request.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/blockaid-official/apis/blockaid-api.md) · [All operations](https://skmtc.net/blockaid-official/apis/blockaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockaid-official/blockaid-api/revisions/17c41f337b2e/schema)
