---
title: "Send new code for email verification"
method: POST
path: "/sdk/{environmentId}/emailVerifications/retry"
tags: ["SDK"]
---

# Send new code for email verification

`POST /sdk/{environmentId}/emailVerifications/retry`

## Path parameters

- `environmentId` string, required

## Request body

- EmailVerificationRetryRequest
  - `verificationUUID` string, required
  - `email` string, email, required
  - `captchaToken` string — When provided, used to verify that a captcha is valid and get the success/failure result from the captcha provider server-side.

## Response `201`

Successful response, a new code has been set

- EmailVerificationCreateResponse
  - `verificationUUID` string, required
  - `email` string, email, required

## Other responses

- `400` — Bad Request
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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