---
title: "Create report ticket"
method: POST
path: "/api/report-ticket"
tags: ["Report Ticket"]
---

# Create report ticket

`POST /api/report-ticket`

Create a new report ticket

## Request body

- ReportTicketCreation
  - `reporterName` string — Name of the reporter. (Optional) When the request is authenticated, this field will be ignored. And the name will be the name of the authenticated user.
  - `reporterEmail` string — Email of the reporter. (Optional) When the request is authenticated, this field will be ignored. And the email will be the email of the authenticated user.
  - `reportType` 'FP' | 'FN', required — Type of the report. 1. FP: False Positive, use FP when you think Chainsight has incorrectly identified an entity as malicious. 2. FN: False Negative, use FN when you think Chainsight has incorrectly identified an entity as safe.
  - `issueType` 'PHISHING' | 'BLACKMAIL' | 'SEXTORTION' | 'RANSOMWARE' | 'IMPERSONATION' | 'ROMANCE' | 'CONTRACT_EXPLOIT' | 'FAKE_GIVEAWAY' | 'OTHER', required — Type of the issue.
  - `otherIssue` string — Other issue type. (Optional) When the issue type is other, please specify the issue type here.
  - `description` string — Description of the issue. (Optional) Please provide as much information as possible to help us understand the issue.
  - `reportAddresses` ReportAddressCreation[] — List of addresses that are involved in the issue. (Optional) Please notice that reportAddresses and reportWebs cannot be both empty.
    - `chainId` string — Chain ID of the address.
    - `address` string, required — Address
  - `reportWebs` ReportWebCreation[] — List of websites that are involved in the issue. (Optional) Please notice that reportAddresses and reportWebs cannot be both empty.
    - `url` string — URL of the website.
    - `domain` string — Domain of the website. Please notice that if `url` is provided, `domain` will be ignored.

## Response `200`

OK

---

[API](https://skmtc.dev/chainsight/apis/chainsight-web3-background-check-cryptocheck-api.md) · [All operations](https://skmtc.dev/chainsight/apis/chainsight-web3-background-check-cryptocheck-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chainsight/chainsight-web3-background-check-cryptocheck-api/revisions/985dfc100dd0/schema)
