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

# Create a new support ticket

`POST /v1/tickets`

## Request body

- CreateSupportTicketDto
  - `contactEmail` string, required
  - `type` 'BILLING' | 'TECHNICAL' | 'GENERAL' | 'OTHER', required
  - `subject` string, required
  - `message` string, required
  - `platformName` string, required
  - `memberName` string, required

## Response `201`

---

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