---
title: "Resend verification email for given email address"
method: POST
path: "/identities/resend-verification"
tags: ["Review Generation"]
---

# Resend verification email for given email address

`POST /identities/resend-verification`

## Query parameters

- `identity` string, required

## Response `200`

OK response

- object
  - `emailAddress` string, nullable
  - `identityType` string, nullable
  - `verificationStatus` string, nullable
  - `message` string, nullable

## Other responses

- `400` — Invalid identity
- `401` — User does not have right permission to perform this action

---

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