---
title: "Resend OTP code"
method: POST
path: "/api/consents/resend-otp"
tags: ["consents"]
---

# Resend OTP code

`POST /api/consents/resend-otp`

Resend OTP code to user's email. Rate limited to 1 request per minute.

## Request body

- ResendOTPRequest — Request to resend OTP code.
  - `consent_id` string, uuid, required — Consent UUID

## Response `200`

Successful Response

- ResendOTPResponse — Response after resending OTP.
  - `consent_id` string, uuid, required — Consent UUID
  - `title` string — Success title
  - `message` string, required — Success message
  - `otp_expires_at` string, date-time, required — New OTP expiration time

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/corabea/apis/corabea-api.md) · [All operations](https://skmtc.dev/corabea/apis/corabea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corabea/corabea-api/revisions/13c1bce1bdc4/schema)
