---
title: "Fetch an email setting"
method: GET
path: "/settings/email/{id}"
tags: ["Email Settings"]
---

# Fetch an email setting

`GET /settings/email/{id}`

## Path parameters

- `id` string, required

## Headers

- `x-apikey` string, required
- `Accept` 'application/json', required

## 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

- `401` — Unauthorized
- `404` — Not Found
- `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/versions/d61b85e6a6b3/schema)
