---
title: "Send SMS with One Time Password for onboarding"
method: GET
path: "/omni/send/otp"
tags: ["Onboarding"]
---

# Send SMS with One Time Password for onboarding

`GET /omni/send/otp`

Send SMS with an OTP (One Time Password) code to validate an onboarding.
Phone number is obtained from interview data, so phone step it's required.

## Query parameters

- `communicationchannel` 'SMS' | 'EMAIL'

## Headers

- `api-version` string, required

## Response `200`

OTP sent successfully

- BasicResponse
  - `success` boolean — Flag indicating request passed successfully.
  - `sessionStatus` 'Alive' | 'Closed' | 'Deleted' — Session status

## Other responses

- `400` — Contact Already Verified - The phone/email is already verified for this session
- `429` — Too Many Requests - Cooldown period not completed

---

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