---
title: "Update Verification Status"
method: PUT
path: "/{verificationId}/status"
---

# Update Verification Status

`PUT /{verificationId}/status`

## Path parameters

- `verificationId` string, required

## Request body

- object
  - `status` string, required — `data-raw` body. Status values can be one of the following: `deleted`, `pending`, `rejected`, `reviewNeeded`, `reviewRunning`, `running`, `postponed`, `verified`

## Response `200`

200

- object

## Other responses

- `400` — 400
- `404` — 404
- `500` — 500

---

[API](https://skmtc.net/metamap/apis/get-authorization-token.md) · [All operations](https://skmtc.net/metamap/apis/get-authorization-token/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metamap/get-authorization-token/revisions/ffdfcfeffe2a/schema)
