---
title: "Verify Email Change"
method: POST
path: "/v1/customer-portal/customers/me/email-update/verify"
tags: ["customer_portal", "customers", "public"]
---

# Verify Email Change

`POST /v1/customer-portal/customers/me/email-update/verify`

Verify an email change using the token from the verification email.

## Request body

- CustomerEmailUpdateVerifyRequest
  - `token` string, required

## Response `200`

Email updated successfully. Returns a new session token.

- CustomerEmailUpdateVerifyResponse
  - `token` string, required

## Other responses

- `401` — Invalid or expired verification token.
- `422` — Email address is already in use.

---

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