---
title: "Creates a bug report"
method: POST
path: "/feedback/bug-report"
tags: ["Feedback"]
---

# Creates a bug report

`POST /feedback/bug-report`

Creates a bug report with logs

## Request body

- BugReport — BugReport represents user input when submitting an issue report
  - `description` string
  - `email` string

## Response `200`

Bug report response

- CreateBugReportResponse — CreateBugReportResponse response for bug report creation
  - `email` string
  - `identity` string
  - `ip` string
  - `ip_type` string
  - `message` string
  - `node_country` string

## Other responses

- `400` — Failed to parse or request validation failed
- `429` — Too many requests (max. 1/minute)
- `500` — Internal server error
- `503` — Unavailable

---

[API](https://skmtc.net/mysteriumnetwork/apis/tequila-api.md) · [All operations](https://skmtc.net/mysteriumnetwork/apis/tequila-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mysteriumnetwork/tequila-api/revisions/cb1439736b63/schema)
