---
title: "Trigger Verification Email"
method: GET
path: "/v1/auth/verify-email"
tags: ["Auth"]
---

# Trigger Verification Email

`GET /v1/auth/verify-email`

Triggers a new email verification code and sends it to the user's email.

## Query parameters

- `email` string, email, required

## Response `200`

Verification email sent successfully

- object
  - `message` string, required

## Other responses

- `400` — Missing email, invalid email, or user already verified
- `404` — User not found
- `500` — Internal Server Error

## Changes

- **2026-06-27** `08e27b8a28f4` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/px0-ai/apis/px0-api/changes/v1/auth/verify-email/get.md)

---

[API](https://skmtc.dev/px0-ai/apis/px0-api.md) · [All operations](https://skmtc.dev/px0-ai/apis/px0-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/px0-ai/px0-api/revisions/3ed72443989d/schema)
