---
title: "Reply to a ticket"
method: POST
path: "/tickets/{ticketId}/reply"
tags: ["Tickets"]
---

# Reply to a ticket

`POST /tickets/{ticketId}/reply`

This endpoint allows you to add a reply message to an existing ticket, based on its unique ID.
This can be either a message from an operator or from a contact (user).

## Path parameters

- `ticketId` integer, required — Ticket ID

## Response `201`

Entity was created and their id is returned

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/tidio/apis/tidio-openapi.md) · [All operations](https://skmtc.dev/tidio/apis/tidio-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tidio/tidio-openapi/revisions/60b2d5edc91f/schema)
