---
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` ScheduleOutput, required
    - `id` number, required
    - `name` string, required
    - `isManaged` boolean, required
    - `workingHours` WorkingHours[], required
      - `days` number[], required
      - `startTime` number, required
      - `endTime` number, required
      - `userId` number, nullable
    - `schedule` AvailabilityModel[], required
      - `id` number, required
      - `userId` number, nullable
      - `eventTypeId` number, nullable
      - `days` number[], required
      - `startTime` string, date-time, required
      - `endTime` string, date-time, required
      - `date` string, date-time, nullable
      - `scheduleId` number, nullable
    - `availability` array[], required
      - unknown[]
        - unknown
    - `timeZone` string, required
    - `dateOverrides` object[]
    - `isDefault` boolean, required
    - `isLastSchedule` boolean, required
    - `readOnly` boolean, required

## Changes

- **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/daa3e48bc03a/schema)
