---
title: "Manual Journey Review"
method: POST
path: "/v2/manual-review/{JOURNEY_ID}"
---

# Manual Journey Review

`POST /v2/manual-review/{JOURNEY_ID}`

## Path parameters

- `JOURNEY_ID` string, required

## Request body

- object
  - `new_decision` 'Rejected' | 'Approved' | 'Resubmission Requested', required
  - `comment` string, required
  - `step_reviews` object[] — If `new_decision` is set to `Resubmission Requested`, this parameter becomes required. It defines the list of user steps that must be resubmitted. Each item in the list includes: - `step_id`: The identifier of the step. - `review_decision`: The updated decision for this step. Supported values are: - `Resubmit`: The user must resubmit this step. - `Approve`: The step is approved without requiring resubmission, even if it previously failed. When using `Resubmission Requested`, every step currently in a Failed state must be assigned a new decision (`Resubmit` or `Approve`). No step should remain in the Failed state.
    - `step_id` number
    - `review_decision` string — The new decision for that step, value can be `Resubmit` or `Approve`

## Response `200`

200

- object
  - `success` boolean

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `500` — 500

---

[API](https://skmtc.net/idwise/apis/idwise-api.md) · [All operations](https://skmtc.net/idwise/apis/idwise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/idwise/idwise-api/versions/c83866525ec0/schema)
