---
title: "Submit the sole-prop OTP"
method: POST
path: "/v1/sms/registrations/{id}/verify-otp"
tags: ["SMS"]
---

# Submit the sole-prop OTP

`POST /v1/sms/registrations/{id}/verify-otp`

Completes sole-proprietor 10DLC brand verification by submitting the
one-time PIN texted to the brand's mobile number. On success the
registration continues to campaign creation automatically.

## Path parameters

- `id` string, required

## Request body

- object
  - `otpPin` string, required

## Response `200`

OTP result

- object
  - `verified` boolean

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `404` — Registration not found

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/versions/51932b099b2f/schema)
