---
title: "resendOtp user"
method: POST
path: "/users/resend-otp"
tags: ["user"]
---

# resendOtp user

`POST /users/resend-otp`

resend otp token

## Request body

- ResendOtpPayload — Payload to resend OTP code
  - `offer_share_token` string, required — The shared token from an offer

## Response `200`

OK response.

- OtpConfirmationResponse
  - `anonymized_email` string, required
  - `code` string — only for local development testing purposes

## Other responses

- `400` — InvalidToken: shared token is invalid
- `401` — Unauthorized: Unauthorized response.
- `403` — InvalidScopes: Forbidden response.

---

[API](https://skmtc.net/topi/apis/topi-public-api.md) · [All operations](https://skmtc.net/topi/apis/topi-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topi/topi-public-api/revisions/f4208dbc3eb3/schema)
