# List tickets

`GET /events/{eventId}/tickets`

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

## Parameters

- `eventId` (path, string, **required**) (example: `f8806dac-5c87-477d-b948-b886a99cc14f`)

## Responses

### 200 — Returns tickets for the event

- `data` (array)
  Items:
    - `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)
- `object` (string)
- `page` (integer)
- `totalPages` (integer)
- `perPage` (integer)
- `totalCount` (integer)
- `hasNextPage` (boolean)

### 401 — Returns 401

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

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

- `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/list-tickets
