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

# POST /api/accessusers/tickets/{barcode}/scan

`POST /api/accessusers/tickets/{barcode}/scan`

Scan Ticket with barcode

## Path parameters

- `barcode` string, required

## Headers

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

## Response `200`

OK

- POSTAccessusersScanTicketWithBarcode200Response
  - `access` 'GRANTED' | 'DENIED'
  - `ticket` object
    - `_id` string, required
    - `barcode` string, required — The barcode of the ticket
    - `name` string — The name of the ticket owner
    - `status` 'VALID' | 'INVALID' | 'RESERVED' | 'DETAILSREQUIRED' | 'BLANK', required — The status of the ticket
    - `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.
    - `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.

## 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)
