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

# Create a new abuse ticket

`POST /v1/abuse/tickets`

## Request body

- AbuseTicketCreateLegacy
  - `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
  - `intentional` boolean — Do you believe this is intentional abuse by the domain holder?
  - `proxy` string — The Proxy information required to view the abuse being reported. ie: Specific IP used, or country of IP viewing from
  - `type` 'A_RECORD' | 'CHILD_ABUSE' | 'CONTENT' | 'FRAUD_WIRE' | 'IP_BLOCK' | 'MALWARE' | 'NETWORK_ABUSE' | 'PHISHING' | 'SPAM', required — The type of abuse being reported.

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