---
title: "Verify an email"
method: POST
path: "/v2/verified-resources/emails/verification-code/verify"
tags: ["Verified Resources"]
---

# Verify an email

`POST /v2/verified-resources/emails/verification-code/verify`

Use code to verify an email

## Headers

- `Authorization` string, required

## Request body

- VerifyEmailInput
  - `email` string, required — Email to verify.
  - `code` string, required — verification code sent to the email to verify

## Response `200`

- UserVerifiedEmailOutput
  - `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` — 9 breaking, 1 warning, 2 info
  - removed the required property `data/availability` from the response with the `200` status
  - removed the required property `data/isDefault` from the response with the `200` status
  - removed the required property `data/isLastSchedule` from the response with the `200` status
  - removed the required property `data/isManaged` from the response with the `200` status
  - …8 more
- **2025-09-26** (v2) `daa3e48bc03a` — 2 breaking, 10 info
  - removed the required property `data/email` from the response with the `200` status
  - removed the required property `data/userId` from the response with the `200` status
  - 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
  - …8 more

[Change history](https://skmtc.dev/calcom/apis/cal-diy-api-v2/changes/v2/verified-resources/emails/verification-code/verify/post.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)
