---
title: "Get My Upload Address"
method: GET
path: "/api/email-inbox/my-address"
tags: ["email-inbox"]
---

# Get My Upload Address

`GET /api/email-inbox/my-address`

Get the user's unique upload email address.
Creates one if it doesn't exist.

## Headers

- `authorization` string

## Response `200`

Successful Response

- UploadEmailResponse
  - `email_address` string, required
  - `is_active` boolean, required
  - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
