# Get ticket

`GET /tickets/{id}`

Base URL: `https://api.viewcy.com/2025_06`

## Parameters

- `id` (path, string, **required**) (example: `df61ef9f-07a8-472b-aef5-965cc41b1c58`)

## Responses

### 200 — Returns the ticket

- `object` (string)
- `id` (string)
- `name` (string)
- `description` (any)
- `kind` (string)
- `attendanceType` (string)
- `visibilityScope` (string)
- `pricingMode` (string)
- `price` (number)
- `fee` (number)
- `currency` (string)
- `quantity` (any)
- `quantityPerOrder` (any)
- `startsAt` (any)
- `archived` (boolean)
- `createdAt` (string)
- `updatedAt` (string)

### 401 — Returns 401

- `object` (string)
- `status` (integer)
- `message` (string)

### 404 — Returns 404 for non-existent ticket

- `object` (string)
- `status` (integer)
- `message` (string)

---
Full OpenAPI spec: https://developer.viewcy.com/openapi/2025_06_viewcy_api.yaml

Interactive docs: https://developer.viewcy.com/api/get-ticket
