---
title: "Report a bug"
method: POST
path: "/v1/report-bug"
tags: ["General"]
---

# Report a bug

`POST /v1/report-bug`

Report a bug with context for debugging. Works with or without authentication.

## Request body

- ApiReportBugRequest
  - `request_id` string
  - `error_message` string
  - `tx_hash` string
  - `user_address` string

## Response `200`

A successful response.

- ApiReportBugResponse
  - `report_id` string
  - `message` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rise/apis/risex-rest-api.md) · [All operations](https://skmtc.net/rise/apis/risex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rise/risex-rest-api/versions/194af8339c0d/schema)
