# Compare/Validate OTP code obtained through SMS for onboarding

`GET /omni/compare/sms-otp` · [developer.incode.com ↗](https://developer.incode.com/reference/introduction)

> Compare/Validate OTP code obtained through SMS for onboarding

Send OTP code obtained through SMS to validate an onboarding. Phone number is obtained from interview data, so phone step it's required. Success will be false if code sent doesn't match.

## Authentication

| Header | Required | Notes |
|---|---|---|
| `x-api-key` | yes | API key for the region/environment. |
| `api-version` | yes | API version, defaults to `1.0`. |

**Category:** Onboarding

## Sources

- Public reference: <https://developer.incode.com/reference/introduction>
- Reconstructed from the Incode Omni OpenAPI spec (operation `—`); see the Implementation pane for source & tests.

