---
title: "GET /api/accessusers/tickets/{barcode}"
method: GET
path: "/api/accessusers/tickets/{barcode}"
tags: ["api", "accessusers"]
---

# GET /api/accessusers/tickets/{barcode}

`GET /api/accessusers/tickets/{barcode}`

Get Ticket with barcode

## Path parameters

- `barcode` string, required

## Query parameters

- `eventId` string

## Headers

- `token` string, required — The token to authenticate against the access-control endpoints.

## Response `200`

OK

- GETAccessusersGetTicketWithBarcode200Response
  - `_id` string, required
  - `barcode` string, required — The barcode of the ticket
  - `name` string — The name of the ticket owner
  - `ticketTypeId` string, required — The ID of the ticket type this ticket inherits from
  - `ticketName` string, required — The name of the ticket type this ticket inherits from
  - `categoryRef` string — A UUID of the category the ticket belongs to.
  - `priceCategoryId` string
  - `eventId` string, required — The ID of the event the ticket belongs to
  - `sellerId` string, required — The ID of the seller that ticket belongs to.
  - `createdAt` string, date-time, required — An ISO Timestamp indicating when the ticket was created.
  - `updatedAt` string, date-time, required — An ISO Timestamp indicating when the ticket was updated.
  - `priceCategory` object
    - `categoryId` string
    - `description` string
  - `status` 'VALID' | 'INVALID'

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/vivenu/apis/vivenu-api.md) · [All operations](https://skmtc.net/vivenu/apis/vivenu-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vivenu/vivenu-api/revisions/36be0dca14e7/schema)
