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

# Re-send the sole-prop OTP

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

Re-sends the sole-proprietor verification PIN to the brand's mobile
number — use it when the original code expired or never arrived. Only
valid while the registration is pending and awaiting its OTP; rate
limited to one send per minute.

## Path parameters

- `id` string, required

## Response `200`

A new code was sent

- object
  - `sent` boolean

## Other responses

- `400` — Malformed `id`, or the registration is not awaiting a verification code.
- `401` — Unauthorized
- `404` — Registration not found
- `429` — A code was just sent — wait a minute before requesting another

---

[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/revisions/f81ca70ea6b9/schema)
