---
title: "Get list of verified emails"
method: GET
path: "/v2/verified-resources/emails"
tags: ["Verified Resources"]
---

# Get list of verified emails

`GET /v2/verified-resources/emails`

## Query parameters

- `take` number
- `skip` number

## Headers

- `Authorization` string, required

## Response `200`

- UserVerifiedEmailsOutput
  - `status` 'success' | 'error', required
  - `data` UserVerifiedEmailOutputData[], required
    - `id` number, required — The unique identifier for the verified email.
    - `email` string, email, required — The verified email address.
    - `userId` number, required — The ID of the associated user, if applicable.

## Changes

- **2026-03-10** (v2) `ba131b4bbebb` — 11 breaking, 1 warning
  - the `data` response's property type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the required property `data/availability` from the response with the `200` status
  - removed the required property `data/id` from the response with the `200` status
  - removed the required property `data/isDefault` from the response with the `200` status
  - …8 more
- **2025-09-26** (v2) `daa3e48bc03a` — 1 breaking, 11 info
  - the `data` response's property type/format changed from `array`/`` to `object`/`` for status `200`
  - added the optional property `data/dateOverrides` to the response with the `200` status
  - added the required property `data/availability` to the response with the `200` status
  - added the required property `data/id` to the response with the `200` status
  - …8 more

[Change history](https://skmtc.dev/calcom/apis/cal-diy-api-v2/changes/v2/verified-resources/emails/get.md)

---

[API](https://skmtc.dev/calcom/apis/cal-diy-api-v2.md) · [All operations](https://skmtc.dev/calcom/apis/cal-diy-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/calcom/cal-diy-api-v2/revisions/16de9d3eb7b3/schema)
