---
title: "Verify DSA report email"
method: POST
path: "/reports/dsa/email/verify"
tags: ["Reports"]
---

# Verify DSA report email

`POST /reports/dsa/email/verify`

Verifies the DSA report email and creates a report ticket for legal compliance.

## Request body

- DsaReportEmailVerifyRequest
  - `email` string, email, required
  - `code` string, required — Verification code received via email

## Response `200`

Success

- TicketResponse
  - `ticket` string, required — A temporary ticket token for subsequent operations

## Other responses

- `400` — Bad Request - The request was malformed or contained invalid data
- `429` — Too Many Requests - You are being rate limited
- `500` — Internal Server Error - An unexpected error occurred

---

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