---
title: "Add Email Forwarding"
method: POST
path: "/me/email-forwarding"
tags: ["me"]
---

# Add Email Forwarding

`POST /me/email-forwarding`

Request to add email address to user's forwarding list.

Sends a verification email with a confirmation link.
The email is not added to verified_emails until the link is clicked.

## Request body

- AddEmailForwardingRequest — Request to add email to forwarding list.
  - `email` string, email, required

## Response `200`

Successful Response

- AddEmailForwardingResponse — Response after requesting to add forwarding email.
  - `message` string, required
  - `email` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/helloaxel/apis/client-api-gateway.md) · [All operations](https://skmtc.dev/helloaxel/apis/client-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/helloaxel/client-api-gateway/revisions/d3c4c29fede7/schema)
