---
title: "Mark onboarding complete"
method: GET
path: "/omni/finish-status"
tags: ["Interview"]
deprecated: true
---

# Mark onboarding complete

`GET /omni/finish-status`

> **Deprecated.**

Mark onboarding done.
    NOTE: This call is **deprecated**, use [POST /finish-status](#/Onboarding/finishSessionPost) instead.

## Query parameters

- `flowId` string
- `interviewId` string

## Headers

- `api-version` string, required

## Response `200`

Response:
- redirectionUrl: String. Url to be redirected when onboarding is done
- action: String. Possible values: none, approved, manualReview, rejected. Refers to the action performed based on
the flow score configurations if applicable.

- FinishSessionResponse
  - `redirectionUrl` string
  - `action` string
  - `customerId` string
  - `scoreStatus` 'OK' | 'WARN' | 'FAIL' | 'UNKNOWN' | 'MANUAL' | 'MANUAL_OK' | 'MANUAL_FAIL' | 'MANUAL_PENDING'

## Other responses

- `400` — Bad Request

---

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