---
title: "Reply to a support ticket"
method: POST
path: "/api/v1/support/tickets/{id}/messages"
tags: ["Support"]
---

# Reply to a support ticket

`POST /api/v1/support/tickets/{id}/messages`

Adds a message to an existing support ticket.

## Path parameters

- `id` string, required

## Headers

- `Idempotency-Key` string

## Request body

- SupportMessageSubmission — Support submission containing a message body.
  - `body` string, required — Non-empty support message text.

## Response `200`

Original message replayed after a safe retry

- SupportReceipt — Support submission receipt.
  - `publicId` string, required
  - `attachments` SupportAttachmentReceipt[], required
    - `publicId` string, required
    - `status` 'pending' | 'ready' | 'failed', required

## Other responses

- `201` — Message added
- `400` — Invalid input
- `401` — Unauthenticated
- `404` — Not found
- `409` — Reply key was reused with different message content.
- `429` — Xquik tier rate limit exceeded. The response includes a `Retry-After` header with the number of seconds to wait before retrying.
- `default` — Unexpected error.

## Changes

- **2026-09-26** `9ae77b3e4fdc` — 12 warning
  - added the new `bookmark_folders_unavailable` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `429`
  - added the new `bookmark_folders_unavailable` enum value to the `allOf[#/components/schemas/Error]/error/oneOf[subschema #2: StructuredError]/code` response property for the response status `429`
  - added the new `bookmark_folders_unavailable` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `400`
  - added the new `bookmark_folders_unavailable` enum value to the `error/oneOf[subschema #1: LegacyErrorCode]/` response property for the response status `401`
  - …8 more
- …earlier changes not shown

[Full history](https://skmtc.dev/xquik-dev/apis/xquik-api-2/changes/api/v1/support/tickets/:id/messages/post.md)

---

[API](https://skmtc.dev/xquik-dev/apis/xquik-api-2.md) · [All operations](https://skmtc.dev/xquik-dev/apis/xquik-api-2/llms.txt) · [OpenAPI document](https://skmtc.dev/xquik-dev/apis/xquik-api-2/revisions/9ae77b3e4fdc?raw)
