---
title: "Approve customer"
method: POST
path: "/omni/process/approve"
tags: ["Interview"]
---

# Approve customer

`POST /omni/process/approve`

Approve customer for omnichannel program. Body is optional and used for auto approve when only specific features
should be approved. It is not possible to approve twice the same user (e.g. with the same phone number).

## Query parameters

- `interviewId` string

## Headers

- `api-version` string, required

## Request body

- ApproveRequest
  - `approveComponents` string[]

## Response `200`

OK

- ApproveOnboardingResponse
  - `success` boolean — Flag indicating request passed successfully.
  - `sessionStatus` 'Alive' | 'Closed' | 'Deleted' — Session status
  - `uuid` string — Id of newly created customer if approval was successful.
  - `token` string — Access token to be used for newly created customer, in case approval was successful.

## Other responses

- `400` — Custom error status: - 4006: User with given phone already exists

---

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