---
title: "Send a profile verification email"
method: POST
path: "/api/v4/me/send-verification-email"
tags: ["Profiles"]
deprecated: true
---

# Send a profile verification email

`POST /api/v4/me/send-verification-email`

> **Deprecated.**

Deprecated. Sends a verification email to confirm the authenticated consumer's email address. Returns a `polling_id` for status polling.

## Request body

- VerificationEmailRequest
  - `campaign_id` string, nullable, required

## Response `200`

Successful response

- VerificationEmailResponse
  - `polling_id` string, required
  - `status` 'FAILED' | 'PENDING' | 'SUCCEEDED', nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `415` — Unsupported Media Type
- `429` — Too Many Requests

---

[API](https://skmtc.net/extole/apis/integration-api-server-to-extole.md) · [All operations](https://skmtc.net/extole/apis/integration-api-server-to-extole/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extole/integration-api-server-to-extole/revisions/c16e62e66755/schema)
