---
title: "Add phone"
method: POST
path: "/omni/phone"
tags: ["Phone number input"]
---

# Add phone

`POST /omni/phone`

Add phone to interview

## Headers

- `api-version` string, required

## Request body

- PhoneRequest
  - `phone` string — User's phone number. E.164 number convention.
  - `optInGranted` boolean — Indicates whether opt-in is granted

## Response `200`

OK

- AddPhoneResponse
  - `success` boolean — Flag indicating request passed successfully.
  - `sessionStatus` 'Alive' | 'Closed' | 'Deleted' — Session status
  - `existingCustomer` boolean — Flag indicating if this user with given phone already exists in the system.

## 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/revisions/30cd6d926ea3/schema)
