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

# Send DSA report email

`POST /reports/dsa/email/send`

Initiates DSA (Digital Services Act) report submission by sending verification email to reporter.

## Request body

- DsaReportEmailSendRequest
  - `email` string, email, required

## Response `200`

Success

- OkResponse
  - `ok` boolean, required — Whether the operation was successful

## 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)
