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

# Mark onboarding complete

`POST /omni/finish-status`

Mark onboarding done

## Query parameters

- `flowId` string
- `interviewId` string

## Headers

- `api-version` string, required

## Request body

- FinishSessionRequest
  - `profilingInfo` ProfilingInfo[] — Profiling information
    - `provider` string — Profiling information provider
    - `value` string — Profiling information value

## 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)
