---
title: "Reverify one or more email recipients"
method: POST
path: "/settings/email/{id}/reverify"
tags: ["Email Settings"]
---

# Reverify one or more email recipients

`POST /settings/email/{id}/reverify`

## Path parameters

- `id` string, required

## Headers

- `x-apikey` string, required
- `Content-Type` 'application/json'

## Request body

- EmailRecipients — A list of email recipients.
  - `recipients` string[], required — The list of email addresses for receipients.

## Response `200`

OK

- EmailSetting — Email notification settings.
  - `created_at` string, date-time — The timestamp this email setting was created.
  - `delivery_times` string[] — The delivery times specified for scheduled emails.
  - `frequency` string[] — The frequency at which scheduled emails are delivered.
  - `id` string — The ID of the email settings.
  - `recipients` EmailRecipient[] — The recipients to receive emails.
    - `email_address` string, email, required — The email address of the recipient.
    - `status` 'invalid' | 'pending' | 'verified' | 'expired' — The status of the email address verification.
    - `verification_sent_at` string, date-time — The timestamp an email verification was sent at for this email address.
  - `timezone_location` string — The timezone location to use for scheduled emails.
  - `updated_at` string, date-time — The timestamp this email setting was last updated.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/virustotal/apis/threat-landscape.md) · [All operations](https://skmtc.net/virustotal/apis/threat-landscape/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/virustotal/threat-landscape/revisions/d61b85e6a6b3/schema)
