---
title: "Verifies the email associated with the provided key."
method: POST
path: "/rest-auth/registration/verify-email/"
tags: ["rest-auth"]
---

# Verifies the email associated with the provided key.

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

Accepts the following POST parameter: key.

## Request body

- VerifyEmail
  - `key` string, required

## Response `201`

Created

- VerifyEmail
  - `key` string, 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)
