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

---

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