---
title: "Resends another email to an unverified email."
method: POST
path: "/rest-auth/registration/resend-email/"
tags: ["rest-auth"]
---

# Resends another email to an unverified email.

`POST /rest-auth/registration/resend-email/`

Accepts the following POST parameter: email.

## Request body

- ResendEmailVerification
  - `email` string, email, required

## Response `201`

Created

- ResendEmailVerification
  - `email` string, email, required

---

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