---
title: "Create a new abuse ticket"
method: POST
path: "/v2/abuse/tickets"
tags: ["v2"]
---

# Create a new abuse ticket

`POST /v2/abuse/tickets`

## Request body

- AbuseTicketCreate
  - `info` string — Additional information that may assist the abuse investigator. ie: server logs or email headers/body for SPAM
  - `infoUrl` string, url — Reporter URL if housing additional information that may assist the abuse investigator
  - `source` string, required — The URL or IP where live abuse content is located at. ie: https://www.example.com/bad_stuff/bad.php
  - `target` string — The brand/company the abuse is targeting. ie: brand name/bank name
  - `type` 'CHILD_ABUSE' | 'MALWARE' | 'PHISHING', required — The type of abuse being reported.
  - `proxy` 'ARE' | 'SGP' | 'ZAF' | 'USA' | 'BRA' | 'DEU' | 'OTHER' | 'NOT_APPLICABLE' — The regional location that the content needs to be viewed from.<br/>Here is a mapping of the regional codes to common countries.<br/>ARE - Pakistan, Israel, Turkey, Azerbaijan<br/>SGP - Japan, Tokyo, AU, Australia, Sydney, Singapore, India, Mumbai, New Zealand, Philippines, Korea, Indonesia, China, Malaysia, Taiwan, India<br/>ZAF - South Africa<br/>USA - Canada, United States<br/>BRA - Brazil, Argentina, Ecuador, Mexico, Peru, South America, Colombia, Chile, Guatemala, Panama<br/>DEU - Germany, France, United Kingdom, London, Italy, Belgium, Netherlands, Spain, Ukraine, Austria, Switzerland, Frankfurt, Denmark, Norway, Sweden, Finland, Iceland, Slovakia, Romania, Luxembourg, Poland, Ireland, Portugal, Moldova, Bulgaria, Slovenia, Serbia, Hungary, Lithuania, Malta, Morocco, Latvia, Estonia, Russian Federation, Sweden
  - `useragent` 'DESKTOP' | 'MOBILE' | 'OTHER' | 'NOT_APPLICABLE' — The user-agent required to view the content.

## Response `201`

Success

## Other responses

- `401` — Authentication info not sent or invalid
- `403` — Authenticated user is not allowed access
- `422` — Error

---

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