# Endpoints of the "Feedback" section

Submitting tickets to the feedback tracker, reading and filtering, updating status and resolution, comments, and attachments. Switch methods with the tabs — each has its own parameters, response fields, and error codes.

**Base URL:** `https://vibecode.bitrix24.com/v1` | **Authorization:** `X-Api-Key`

## Operations

- [Submit a ticket](./submit.md) — `POST /v1/feedback`
- [List tickets](./list.md) — `GET /v1/feedback`
- [Get a ticket](./get.md) — `GET /v1/feedback/:id`
- [Update a ticket](./update.md) — `PATCH /v1/feedback/:id`
- [Add a comment](./comments.md) — `POST /v1/feedback/:id/comments`
- [Upload an attachment](./attachments.md) — `POST /v1/feedback/attachments`
