---
title: "Trigger Brand SMS OTP"
method: POST
path: "/10dlc/brand/{brandId}/smsOtp"
tags: ["Brands"]
---

# Trigger Brand SMS OTP

`POST /10dlc/brand/{brandId}/smsOtp`

Trigger or re-trigger an SMS OTP (One-Time Password) for Sole Proprietor brand verification.

**Important Notes:**

* Only allowed for Sole Proprietor (`SOLE_PROPRIETOR`) brands
* Triggers generation of a one-time password sent to the `mobilePhone` number in the brand's profile
* Campaigns cannot be created until OTP verification is complete
* US/CA numbers only for real OTPs; mock brands can use non-US/CA numbers for testing
* Returns a `referenceId` that can be used to check OTP status via the GET `/10dlc/brand/smsOtp/{referenceId}` endpoint

**Use Cases:**

* Initial OTP trigger after Sole Proprietor brand creation
* Re-triggering OTP if the user didn't receive or needs a new code

## Path parameters

- `brandId` string, required

## Request body

- TriggerBrandSmsOtpRequest — Request body for triggering a Brand SMS OTP
  - `pinSms` string, required — SMS message template to send the OTP. Must include `@OTP_PIN@` placeholder which will be replaced with the actual PIN
  - `successSms` string, required — SMS message to send upon successful OTP verification

## Response `200`

Successful Response

- TriggerBrandSmsOtpResponse — Response after successfully triggering a Brand SMS OTP
  - `brandId` string, required — The Brand ID for which the OTP was triggered
  - `referenceId` string, required — The reference ID that can be used to check OTP status

## Other responses

- `400` — Bad Request - Brand is not a Sole Proprietor or invalid mobile phone number
- `422` — Validation Error
- `4XX` — Generic response error

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/1571b0380bd7/schema)
